Sattenuation<Slot>
SCPI Command :
[SOURce<HW>]:BB:GSM:SATTenuation<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.source.bb.gsm.sattenuation.repcap_slot_set(repcap.Slot.Nr1)
- get(slot=Slot.Default) float[source]
# [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 method
RsSmw.source.bb.gsm.frame.slot.subChannel.user.attenuation.set().- Parameters:
slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sattenuation’)
- Returns:
sattenuation: float Range: 0 to 70, Unit: dB
- set(sattenuation: float, slot=Slot.Default) None[source]
# [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 method
RsSmw.source.bb.gsm.frame.slot.subChannel.user.attenuation.set().- Parameters:
sattenuation – float Range: 0 to 70, Unit: dB
slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sattenuation’)
Cloning the Group
# Create a copy of the original group, that exists independently
sattenuation_copy = driver.source.bb.gsm.sattenuation.clone()