Sflag

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SFLag
class SflagCls[source]

Sflag commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SFLag
value: List[str] = driver.source.bb.gsm.frame.slot.subChannel.user.sflag.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

The command sets the Stealing Flag state (only for Normal burst BB:GSM:SLOT:TYPE NORM) .

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

param subchannel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

return

sflag: 0| 1

set(sflag: List[str], frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SFLag
driver.source.bb.gsm.frame.slot.subChannel.user.sflag.set(sflag = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

The command sets the Stealing Flag state (only for Normal burst BB:GSM:SLOT:TYPE NORM) .

param sflag

0| 1

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

param subchannel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gsm.frame.slot.subChannel.user.sflag.clone()

Subgroups