Sflag
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SFLag
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SFLag value: 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) .
- 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 ‘Slot’)
subChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
sflag: 0 | 1
- set(sflag: str, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SFLag driver.source.bb.gsm.frame.slot.subChannel.user.sflag.set(sflag = rawAbc, 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) .
- Parameters:
sflag – 0 | 1
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 ‘Slot’)
subChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
Cloning the Group
# Create a copy of the original group, that exists independently
sflag_copy = driver.source.bb.gsm.frame.slot.subChannel.user.sflag.clone()
Subgroups