TReK Python
5.3.3
Telemetry/Command API
|
Counter Parameter attributes. More...
Public Member Functions | |
def | CounterParameterInfo ( PacketZoneType zone, int start_count=0, bool forward_count=True, int min_count=0, int max_count=0, int reset_value=0, int parent_start_bit=0 -> None -> def -> def ) -> def |
Initialize Counter Parameter attributes. More... | |
Public Attributes | |
zone | |
Zone containing the counter parameter. | |
start_count | |
The beginning value of the counter. | |
forward_count | |
If true, the counter increments, false decrements. | |
min_count | |
The minimum count value. More... | |
max_count | |
The maximum count allowed. More... | |
reset_value | |
The value a counter resets to when the min or max count is reached. | |
parent_start_bit | |
The start bit of the parameter's parent (return only). | |
Static Public Attributes | |
int | |
The beginning value of the counter. | |
bool | |
If true, the counter increments, false decrements. | |
Counter Parameter attributes.
( | zone | : PacketZoneType |