GlActive
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:BHConfig:GLACtive:[STATe]
- class GlActiveCls[source]
GlActive commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return
gl_active: 1| ON| 0| OFF
- set_state(gl_active: bool) None [source]
# SCPI: [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.
- param gl_active
1| ON| 0| OFF