Mfec

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBT:TPS:MFEC:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBT:TPS:MFEC:[STATe]
value: bool = driver.source.bb.dvb.dvbt.tps.mfec.get_state()

Activates/deactivates the multiprotocol encapsulation forward error correction bit.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBT:TPS:MFEC:[STATe]
driver.source.bb.dvb.dvbt.tps.mfec.set_state(state = False)

Activates/deactivates the multiprotocol encapsulation forward error correction bit.

Parameters:

state – 1 | ON | 0| OFF