State

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:MULTislot<ST0>:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameIx=FrameIx.Default, slotNull=SlotNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:MULTislot<ST0>:STATe
value: bool = driver.source.bb.gsm.frame.multiSlot.state.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default)

Switches the multislot configuration on. 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

state: 1| ON| 0| OFF

set(state: bool, frameIx=FrameIx.Default, slotNull=SlotNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:MULTislot<ST0>:STATe
driver.source.bb.gsm.frame.multiSlot.state.set(state = False, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default)

Switches the multislot configuration on. 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 state

1| ON| 0| OFF

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’)