TReK Python  5.3.3
Telemetry/Command API
ParameterDataFormat Class Reference

Enumerations of valid data formats. More...

Inherits Enum.

Static Public Attributes

int DF_ASCII = 0
 ASCII.
 
int DF_BINARY = 1
 Binary (ex. More...
 
int DF_DECIMAL = 2
 Decimal (0 through 9 and '. More...
 
int DF_SCIENTIFIC = 3
 Scientific not currently implemented.
 
int DF_HEX = 4
 Hexadecimal.
 
int DF_BOOLEAN = 5
 True or False boolean.
 
int DF_DATE_TIME = 6
 Date Format YYYY-MM-DD HH:MM:SS.SSS where .SSS optional.
 

Detailed Description

Enumerations of valid data formats.

Member Data Documentation

◆ DF_BINARY

() -> int DF_BINARY =

Binary (ex.

0101010)

◆ DF_DECIMAL

() -> int DF_DECIMAL =

Decimal (0 through 9 and '.

' for floating point)