IDBPacketTree#
- class stixcore.idb.idb.IDBPacketTree(*, children=None, counter=1, name='top', parameter=None)[source]#
Bases:
objectClass representing a dynamic telemetry packet of variable length in a tree structure with nested repeaters.
Attributes Summary
Sequential ordered list of child Parameters (nested due to repeaters).
How often this parameter is repeated.
Unique name of the parameter.
Telemetry packet parameter.
Attributes Documentation
- children#
Sequential ordered list of child Parameters (nested due to repeaters).
- Returns:
list– List ofstixcore/idb/idb/IDBPacketTree
- counter#
How often this parameter is repeated.
- Returns:
int– Normally 1 only for repeaters more then 1
- parameter#
Telemetry packet parameter.
- Returns:
stixcore/idb/idb/IDBParameter– enhanced description of the parameter