Dfl

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBS:MTAB:SET<ST>:DFL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(modCodSet=ModCodSet.Default) float[source]
# [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) .

Parameters:

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

Returns:

df_length: integer Range: 1 to 7264

set(df_length: float, modCodSet=ModCodSet.Default) None[source]
# [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) .

Parameters:
  • df_length – integer Range: 1 to 7264

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