Sattenuation<Slot>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.source.bb.gsm.sattenuation.repcap_slot_get()
driver.source.bb.gsm.sattenuation.repcap_slot_set(repcap.Slot.Nr1)

SCPI Command :

[SOURce<HW>]:BB:GSM:SATTenuation<CH>
class SattenuationCls[source]

Sattenuation commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Slot, default value after init: Slot.Nr1

get(slot=Slot.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GSM:SATTenuation<CH>
value: float = driver.source.bb.gsm.sattenuation.get(slot = repcap.Slot.Default)

The command sets up to seven different values for level attenuation. The various values are defined by the suffix to SATTenuation. These values are used when defining the level attenuation of individual slots with the aid of the command [:SOURce<hw>]:BB:GSM[:FRAMe<di>]:SLOT<st0>[:SUBChannel<us>][:USER<ch>]:ATTenuation.

param slot

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sattenuation’)

return

sattenuation: float Range: 0 to 70, Unit: dB

set(sattenuation: float, slot=Slot.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:SATTenuation<CH>
driver.source.bb.gsm.sattenuation.set(sattenuation = 1.0, slot = repcap.Slot.Default)

The command sets up to seven different values for level attenuation. The various values are defined by the suffix to SATTenuation. These values are used when defining the level attenuation of individual slots with the aid of the command [:SOURce<hw>]:BB:GSM[:FRAMe<di>]:SLOT<st0>[:SUBChannel<us>][:USER<ch>]:ATTenuation.

param sattenuation

float Range: 0 to 70, Unit: dB

param slot

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sattenuation’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gsm.sattenuation.clone()