Attenuation
SCPI Command :
INPut:SANalyzer:ATTenuation
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# INPut:SANalyzer:ATTenuation value: float = driver.inputPy.sanalyzer.attenuation.get()
Configures attenuation at the analyzer input for an active external frontend manually.
- Returns:
attenuation: Range: see specifications document , Unit: DB
- set(attenuation: float) None[source]
# INPut:SANalyzer:ATTenuation driver.inputPy.sanalyzer.attenuation.set(attenuation = 1.0)
Configures attenuation at the analyzer input for an active external frontend manually.
- Parameters:
attenuation – Range: see specifications document , Unit: DB
Cloning the Group
# Create a copy of the original group, that exists independently
attenuation_copy = driver.inputPy.sanalyzer.attenuation.clone()
Subgroups