Dfl

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBS:MTAB:SET<ST>:DFL
class DflCls[source]

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

get(modCodSet=ModCodSet.Default) float[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:MTAB:SET<ST>:DFL
value: float = driver.source.bb.dvb.dvbs.mtab.set.dfl.get(modCodSet = repcap.ModCodSet.Default)

Sets the data field length (DFL) .

param modCodSet

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)

return

df_length: integer Range: 1 to 7264

set(df_length: float, modCodSet=ModCodSet.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:MTAB:SET<ST>:DFL
driver.source.bb.dvb.dvbs.mtab.set.dfl.set(df_length = 1.0, modCodSet = repcap.ModCodSet.Default)

Sets the data field length (DFL) .

param df_length

integer Range: 1 to 7264

param modCodSet

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)