Convert numeric values to binary data.
- new_attributes: Outgoing signal attributes to store each converted piece of binary data.
- format: Data type to convert, select one of
[integer, unsigned_integer, float]. - endian: Select
bigorlittlebyte order. - length: How many bytes to store the value, select one of
[2, 4, 8]. - key: Outgoing signal attribute to store the packed binary data.
- value: Numeric value to pack.
- format: Data type to convert, select one of
- default: Any list of signals
- default: A list of signals of equal length to input signals, where each signal contains the converted
key: valuepairs innew_attributes.
None
Convert binary data into numeric values.
- new_attributes: Outgoing signal attributes to store each converted piece of binary data.
- format: Data type to convert, select one of
[integer, unsigned_integer, float]. - endian: Select
bigorlittlebyte order. - key: Outgoing signal attribute to store the numeric value.
- value: Binary data to unpack.
- format: Data type to convert, select one of
- default: Any list of signals.
- default: A list of signals of equal length to input signals, where each signal contains the converted
key: valuepairs innew_attributes.
None