Attenuation
SCPI Command :
[SENSe]:ESPectrum<sb>:RANGe<range>:INPut:ATTenuation
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(subBlock=SubBlock.Default, rangePy=RangePy.Default) float[source]
# [SENSe]:ESPectrum<sb>:RANGe<range>:INPut:ATTenuation value: float = driver.applications.k149Uwb.sense.espectrum.range.inputPy.attenuation.get(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)
Defines the input attenuation for a SEM range. In case of high speed measurements, the input attenuation has to be identical for all ranges.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- set(max_py: float, subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# [SENSe]:ESPectrum<sb>:RANGe<range>:INPut:ATTenuation driver.applications.k149Uwb.sense.espectrum.range.inputPy.attenuation.set(max_py = 1.0, subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)
Defines the input attenuation for a SEM range. In case of high speed measurements, the input attenuation has to be identical for all ranges.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
Cloning the Group
# Create a copy of the original group, that exists independently
attenuation_copy = driver.applications.k149Uwb.sense.espectrum.range.inputPy.attenuation.clone()
Subgroups