Tluse

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:GHConfig:TLUSe:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:TLUSe:[STATe]
value: bool = driver.source.bb.dvb.dvbx.ghConfig.tluse.get_state()

Includes the total length indication in the GSE header.

Returns:

tluse: 1 | ON | 0| OFF

set_state(tluse: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:TLUSe:[STATe]
driver.source.bb.dvb.dvbx.ghConfig.tluse.set_state(tluse = False)

Includes the total length indication in the GSE header.

Parameters:

tluse – 1 | ON | 0| OFF