TReK Python  5.3.3
Telemetry/Command API
CounterParameterInfo Class Reference

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.
 

Detailed Description

Counter Parameter attributes.

See also
packet.Packet.set_counter_parameter()
packet.Packet.get_counter_parameter_info()

Constructor & Destructor Documentation

◆ CounterParameterInfo()

(zone : PacketZoneType