Luse

SCPI Command :

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

Includes the label indication in the GSE header.

Returns:

luse: 1 | ON | 0| OFF

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

Includes the label indication in the GSE header.

Parameters:

luse – 1 | ON | 0| OFF