Attenuation

SCPI Command :

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

Attenuation 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.GsmBursSlotAtt[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ATTenuation
value: enums.GsmBursSlotAtt = driver.source.bb.gsm.frame.slot.subChannel.user.attenuation.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

The command selects one of seven possible values for the level attenuation. This value defines by how much the power of the selected slot with power control level BB:GSM:SLOT:LEV ATT is reduced in relation to the normal output power (attribute …:LEVEL FULL) . The seven possible values are set using the command SOURce:BB:GSM:SATTenuation<n>.

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

attenuation: A1| A2| A3| A4| A5| A6| A7

set(attenuation: RsSmbv.enums.GsmBursSlotAtt, 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>]:ATTenuation
driver.source.bb.gsm.frame.slot.subChannel.user.attenuation.set(attenuation = enums.GsmBursSlotAtt.A1, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

The command selects one of seven possible values for the level attenuation. This value defines by how much the power of the selected slot with power control level BB:GSM:SLOT:LEV ATT is reduced in relation to the normal output power (attribute …:LEVEL FULL) . The seven possible values are set using the command SOURce:BB:GSM:SATTenuation<n>.

param attenuation

A1| A2| A3| A4| A5| A6| A7

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