Frames
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:FRAMes
- class FramesCls[source]
Frames commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(modCodSet=ModCodSet.Default) int [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:FRAMes value: int = driver.source.bb.dvb.dvbx.mtab.set.frames.get(modCodSet = repcap.ModCodSet.Default)
Sets the number of the transmitted frames.
- param modCodSet
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)
- return
frames: integer Range: 1 to max
- set(frames: int, modCodSet=ModCodSet.Default) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:FRAMes driver.source.bb.dvb.dvbx.mtab.set.frames.set(frames = 1, modCodSet = repcap.ModCodSet.Default)
Sets the number of the transmitted frames.
- param frames
integer Range: 1 to max
- param modCodSet
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)