Bit
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBH:IINTerleaver:BIT:[STATe]
- class BitCls[source]
Bit commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBH:IINTerleaver:BIT:[STATe] value: bool = driver.source.bb.dvb.dvbh.iinterleaver.bit.get_state()
Activates/deactivates the inner bit interleaver.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBH:IINTerleaver:BIT:[STATe] driver.source.bb.dvb.dvbh.iinterleaver.bit.set_state(state = False)
Activates/deactivates the inner bit interleaver.
- param state
1| ON| 0| OFF