TM_21_6_24#

class stixcore.tmtc.tm.tm_21.TM_21_6_24(data, idb=None, *, keep_parse_tree=True)[source]#

Bases: GenericTMPacket

TM(21, 6) SSID 24: X-ray science data: X-ray data Spectrogram.

Methods Summary

group_repeaters()

Combine the flattened data array of nested repeaters into a nested list.

is_datasource_for(tm_packet)

Methods Documentation

group_repeaters()[source]#

Combine the flattened data array of nested repeaters into a nested list.

Has to be overridden by individual TM packets with nested repeaters.

classmethod is_datasource_for(tm_packet)[source]#