Ocoder

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBT:[LP]:OCODer:[STATe]
class OcoderCls[source]

Ocoder commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [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) .

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [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) .

param state

1| ON| 0| OFF