IDBStaticParameter#

class stixcore.idb.idb.IDBStaticParameter(*, PLF_OFFBY, PLF_OFFBI, **kwargs)[source]#

Bases: IDBParameter

A 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:

int

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:

int

Methods Summary

is_variable()

Is the parameter for a variable telemetry packet.

Methods Documentation

static is_variable()[source]#

Is the parameter for a variable telemetry packet.

Returns:

bool – Always False for static parameters