Mactive

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBS:MACTive:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBS:MACTive:STATe
value: bool = driver.source.bb.dvb.dvbs.mactive.get_state()

Enables a counter in the MA-type2 byte in the baseband header to count the TSL repetitions.

Returns:

mactive: 1 | ON | 0| OFF

set_state(mactive: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBS:MACTive:STATe
driver.source.bb.dvb.dvbs.mactive.set_state(mactive = False)

Enables a counter in the MA-type2 byte in the baseband header to count the TSL repetitions.

Parameters:

mactive – 1 | ON | 0| OFF