Iactive
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:BHConfig:IACTive:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBX:BHConfig:IACTive:[STATe] value: bool = driver.source.bb.dvb.dvbx.bhConfig.iactive.get_state()
Sets the ISSYI (input stream synchronization indicator) bit to 1.
- Returns:
iactive: 1 | ON | 0| OFF
- set_state(iactive: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:BHConfig:IACTive:[STATe] driver.source.bb.dvb.dvbx.bhConfig.iactive.set_state(iactive = False)
Sets the ISSYI (input stream synchronization indicator) bit to 1.
- Parameters:
iactive – 1 | ON | 0| OFF