Attenuation
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:ATTenuation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) GsmBursSlotAtt[source]
# [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>.
- 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:
attenuation: A1 | A2 | A3 | A4 | A5 | A6 | A7
- set(attenuation: GsmBursSlotAtt, 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>]: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>.
- Parameters:
attenuation – A1 | A2 | A3 | A4 | A5 | A6 | A7
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’)