Ocoder
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBT:[LP]:OCODer:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBT:[LP]:OCODer:[STATe] value: bool = driver.source.bb.dvb.dvbt.lp.ocoder.get_state()
Activates/deactivates the outer coder (RS) .
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBT:[LP]:OCODer:[STATe] driver.source.bb.dvb.dvbt.lp.ocoder.set_state(state = False)
Activates/deactivates the outer coder (RS) .
- Parameters:
state – 1 | ON | 0| OFF