Count
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:MULTislot<ST0>:COUNt
- class CountCls[source]
Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:MULTislot<ST0>:COUNt value: int = driver.source.bb.gsm.frame.multiSlot.count.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default)
Sets the number of slots combined in a multislot. Since multislot involves connecting multiple slots to a single user channel, this configuration is possible for Normal (Full Rate) bursts Normal (8PSK / EDGE) burst (SOUR:BB:GSM:FRAM:SLOT:TYPE NORM|EDGE) and EDGE Evolution bursts. The suffix in MULTislot defines the first slot in a multislot group. In a multiframe configuration, this setting applies to the slots in all frames.
- param frameIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘MultiSlot’)
- return
count: integer Range: 1 to 7
- set(count: int, frameIx=FrameIx.Default, slotNull=SlotNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:MULTislot<ST0>:COUNt driver.source.bb.gsm.frame.multiSlot.count.set(count = 1, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default)
Sets the number of slots combined in a multislot. Since multislot involves connecting multiple slots to a single user channel, this configuration is possible for Normal (Full Rate) bursts Normal (8PSK / EDGE) burst (SOUR:BB:GSM:FRAM:SLOT:TYPE NORM|EDGE) and EDGE Evolution bursts. The suffix in MULTislot defines the first slot in a multislot group. In a multiframe configuration, this setting applies to the slots in all frames.
- param count
integer Range: 1 to 7
- param frameIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘MultiSlot’)