Get Calibrated Sensor Ranges (0x0C,0x53)
Description |
Returns the supported sensor ranges which may be used with the 3DM Sensor Range (0x0C,0x52) command. |
|||||||||||||||||||
Notes |
The response includes an array of (u8, float) pairs which map each allowed setting to the corresponding maximum range in physical units. See SensorRangeType for units. |
|||||||||||||||||||
Parameter Name | Data Type | Description | ||||||||||||||||||
Field Length | u8 | 3 | ||||||||||||||||||
Descriptor | u8 | 0x53 | ||||||||||||||||||
Sensor | u8 enum |
The sensor to query. Cannot be ALL.
|
||||||||||||||||||
Response Data | Data Type | Description | ||||||||||||||||||
Response Length | u8 | Unavailable | ||||||||||||||||||
Response Descriptor | u8 | 0xD3 | ||||||||||||||||||
Sensor | u8 enum |
The sensor type from the command.
|
||||||||||||||||||
Num Ranges | u8 | Number of supported ranges. | ||||||||||||||||||
Ranges | Entry[num_ranges] | List of possible range settings. |