GlActive

SCPI Command :

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

Sets that the GSE stream is GSE-Lite compliant.

Returns:

gl_active: 1 | ON | 0| OFF

set_state(gl_active: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:BHConfig:GLACtive:[STATe]
driver.source.bb.dvb.dvbx.bhConfig.glActive.set_state(gl_active = False)

Sets that the GSE stream is GSE-Lite compliant.

Parameters:

gl_active – 1 | ON | 0| OFF