State

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:MULTislot<ST0>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameIx=FrameIx.Default, slotNull=SlotNull.Default) bool[source]
# [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.

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:

state: 1 | ON | 0| OFF

set(state: bool, frameIx=FrameIx.Default, slotNull=SlotNull.Default) None[source]
# [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.

Parameters:
  • state – 1 | ON | 0| OFF

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