Attenuation
SCPI Command :
[SENSe]:LIST:RANGe<ri>:INPut:SANalyzer:ATTenuation
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(rangePy=RangePy.Default) float[source]
# [SENSe]:LIST:RANGe<ri>:INPut:SANalyzer:ATTenuation value: float = driver.sense.listPy.range.inputPy.sanalyzer.attenuation.get(rangePy = repcap.RangePy.Default)
This command defines the input attenuation for a spurious emission measurement range. If an external frontend is active (see ‘External frontend settings’) , you can configure attenuation settings for the external frontend and the analyzer separately. This setting defines the attenuation for the analyzer. The sweep list cannot be configured using remote commands during an on-going sweep operation.
- Parameters:
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
attenuation: Numeric value. Refer to the specifications document for the attenuation range. Unit: dB
- set(attenuation: float, rangePy=RangePy.Default) None[source]
# [SENSe]:LIST:RANGe<ri>:INPut:SANalyzer:ATTenuation driver.sense.listPy.range.inputPy.sanalyzer.attenuation.set(attenuation = 1.0, rangePy = repcap.RangePy.Default)
This command defines the input attenuation for a spurious emission measurement range. If an external frontend is active (see ‘External frontend settings’) , you can configure attenuation settings for the external frontend and the analyzer separately. This setting defines the attenuation for the analyzer. The sweep list cannot be configured using remote commands during an on-going sweep operation.
- Parameters:
attenuation – Numeric value. Refer to the specifications document for the attenuation range. Unit: dB
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.sense.listPy.range.inputPy.sanalyzer.attenuation.clone()
Subgroups