Frames

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBS:MTAB:SET<ST>:FRAMes
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(modCodSet=ModCodSet.Default) int[source]
# [SOURce<HW>]:BB:DVB:DVBS:MTAB:SET<ST>:FRAMes
value: int = driver.source.bb.dvb.dvbs.mtab.set.frames.get(modCodSet = repcap.ModCodSet.Default)

Sets the number of the transmitted frames.

Parameters:

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

Returns:

frames: integer Range: 1 to max

set(frames: int, modCodSet=ModCodSet.Default) None[source]
# [SOURce<HW>]:BB:DVB:DVBS:MTAB:SET<ST>:FRAMes
driver.source.bb.dvb.dvbs.mtab.set.frames.set(frames = 1, modCodSet = repcap.ModCodSet.Default)

Sets the number of the transmitted frames.

Parameters:
  • frames – integer Range: 1 to max

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