Level
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:LEVel
- class LevelCls[source]
Level commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) RsSmbv.enums.GsmBursPowMode [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:LEVel value: enums.GsmBursPowMode = driver.source.bb.gsm.frame.slot.subChannel.user.level.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
The command defines the power control level of the selected slot.
- 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
level: OFF| ATT| FULL OFF The slot is inactive. ATT The power is reduced by the amount defined using :BB:GSM:SLOT:ATT. FULL Full power as specified by the level setting.
- set(level: RsSmbv.enums.GsmBursPowMode, 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>]:LEVel driver.source.bb.gsm.frame.slot.subChannel.user.level.set(level = enums.GsmBursPowMode.ATT, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)
The command defines the power control level of the selected slot.
- param level
OFF| ATT| FULL OFF The slot is inactive. ATT The power is reduced by the amount defined using :BB:GSM:SLOT:ATT. FULL Full power as specified by the level setting.
- 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’)