Iactive
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBS:BHConfig:IACTive:[STATe]
- class IactiveCls[source]
Iactive commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:BHConfig:IACTive:[STATe] value: bool = driver.source.bb.dvb.dvbs.bhConfig.iactive.get_state()
Sets the ISSYI (input stream synchronization indicator) bit to 1.
- return
iactive: 1| ON| 0| OFF
- set_state(iactive: bool) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:BHConfig:IACTive:[STATe] driver.source.bb.dvb.dvbs.bhConfig.iactive.set_state(iactive = False)
Sets the ISSYI (input stream synchronization indicator) bit to 1.
- param iactive
1| ON| 0| OFF