IDBPacketTree#

class stixcore.idb.idb.IDBPacketTree(*, children=None, counter=1, name='top', parameter=None)[source]#

Bases: object

Class representing a dynamic telemetry packet of variable length in a tree structure with nested repeaters.

Attributes Summary

children

Sequential ordered list of child Parameters (nested due to repeaters).

counter

How often this parameter is repeated.

name

Unique name of the parameter.

parameter

Telemetry packet parameter.

Attributes Documentation

children#

Sequential ordered list of child Parameters (nested due to repeaters).

Returns:

list – List of stixcore/idb/idb/IDBPacketTree

counter#

How often this parameter is repeated.

Returns:

int – Normally 1 only for repeaters more then 1

name#

Unique name of the parameter.

Returns:

str – Project wide unique name.

parameter#

Telemetry packet parameter.

Returns:

stixcore/idb/idb/IDBParameter – enhanced description of the parameter