IDBStaticParameter#
- class stixcore.idb.idb.IDBStaticParameter(*, PLF_OFFBY, PLF_OFFBI, **kwargs)[source]#
Bases:
IDBParameterA class to represent a parameter of a static SCOS-2000 Telemetry Packet.
- PLF_OFFBY#
Location of first occurrence of parameter value in octets, relative to the end of the SCOS-2000 TM header. Integer value starting from 0 (negative values are not allowed).
- Type:
- PLF_OFFBI#
Bit number, within an octet, of the first bit of the first occurrence of the parameter value. Bit 0 corresponds to the most left bit withinthe byte. Integer value in the range (0..7).
- Type:
Methods Summary
Is the parameter for a variable telemetry packet.
Methods Documentation