Use
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SFLag:USE
- class UseCls[source]
Use commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SFLag:USE value: bool = driver.source.bb.gsm.frame.slot.subChannel.user.sflag.use.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
The command enables or disables the use of Stealing Flags. If not used, the Stealing Flags bits are allocated to the DATA fields (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
use: 1| ON| 0| OFF
- set(use: bool, 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:USE driver.source.bb.gsm.frame.slot.subChannel.user.sflag.use.set(use = False, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
The command enables or disables the use of Stealing Flags. If not used, the Stealing Flags bits are allocated to the DATA fields (only for Normal burst BB:GSM:SLOT:TYPE NORM) .
- param use
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 ‘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’)