Count
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:MULTislot<ST0>:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default) int[source]
# [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.
- Parameters:
frameIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘MultiSlot’)
- Returns:
count: integer Range: 1 to 7
- set(count: int, frameIx=FrameIx.Default, slotNull=SlotNull.Default) None[source]
# [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.
- Parameters:
count – integer Range: 1 to 7
frameIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘MultiSlot’)