Two new helper methods in pyubx2 v1.2.48 - val2twoscomp and val2signmag - may help with ESF-MEAS configuration #168
semuadmin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pyubx2 version 1.2.48 adds two new helper methods:
val2twoscomp
- converts signed integer to two's complement format, suitable e.g. ESF-MEAS speeddataField
.val2signmag
- converts signed integer to sign magnitude format, suitable e.g. ESF-MEAS wheel tickdataField
.example usage ("U024" is the attribute type, 024 signifying the attribute length in bits):
See the API documentation for further details
Beta Was this translation helpful? Give feedback.
All reactions