CmVendorData
Summary
Represents vendor data in tecmp capture module status message.
- Properties
Structure
- class CmVendorData
- buffer_fill_level
- Percentage of internal memory currently used.
Possible values:
0
,10
,20
,30
,40
,50
,60
,70
,80
,85
,90
,95
.100%
is never possible because the memory is emptied before it reaches that level.
- Type
- buffer_overflow
- Flag to indicate whether there is a memory overflow or not.
x00
: No,x01
: Yes.
- Type
- chassis_temperature
- Temperature of the CM chassis in °C.
x00
up to0x7E
→0
°C up to126
°C.0x7F
→ temp ≥127
°C.0x80
→ Not Available.0xFF
down to0x81
→ -1
°C down to -127
°C.
- Type
int8
or None
- silicon_temperature
- Internal temperature (junction temperature) of the CM processing unit in °C.
x00
up to0x7E
→0
°C up to126
°C.0x7F
→ temp ≥127
°C.0x80
→ Not Available.0xFF
down to0x81
→ -1
°C down to -127
°C.
- Type
int8
or None
- voltage_fractional_part
- Voltage value, the part after the comma.
E.g:
12.30 V
→30
=0x1E
.
- Type