Afield

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBS:THConfig:AFIeld:[STATe]
class AfieldCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:THConfig:AFIeld:[STATe]
value: bool = driver.source.bb.dvb.dvbs.thConfig.afield.get_state()

Inserts an adaptation field in the packet.

return

afield: 1| ON| 0| OFF

set_state(afield: bool) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:THConfig:AFIeld:[STATe]
driver.source.bb.dvb.dvbs.thConfig.afield.set_state(afield = False)

Inserts an adaptation field in the packet.

param afield

1| ON| 0| OFF