IDBPacketTypeInfo#

class stixcore.idb.idb.IDBPacketTypeInfo(*, PID_SPID, PID_DESCR, PID_TPSD)[source]#

Bases: SimpleNamespace

A class to represent descriptive information for a idb packet type.

PID_SPID#

SCOS-2000 Telemetry Packet Number. Unsigned integer number in the range (1….2^32-1) (note that zero is not allowed).

Type:

int

PID_DESCR#

Textual description of the SCOS-2000 telemetry packet (max 64 characters).

Type:

str

PID_TPSD#

SCOS-2000 Telemetry Packet Structure Definition. This field is only used by the Variable Packets Display application. It has to be set to -1 for packets which are not defined in the VPD table and thus are not required to be processed by the Variable PacketsDisplay. If not set to –1, unsigned integer number in the range (1….2^31-1) (note that zero is not allowed).

Type:

int:

Methods Summary

is_variable()

Is the telemetry packet of variable length.

Methods Documentation

is_variable()[source]#

Is the telemetry packet of variable length.

Returns:

bool – True if the TM packet has a variable size