Attenuation
SCPI Command :
INPut:SANalyzer:ATTenuation
- class AttenuationCls[source]
Attenuation commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: INPut:SANalyzer:ATTenuation value: float = driver.applications.k70Vsa.inputPy.sanalyzer.attenuation.get()
Configures attenuation at the analyzer input for an active external frontend manually.
- return
attenuation: Range: see specifications document , Unit: DB
- set(attenuation: float) None [source]
# SCPI: INPut:SANalyzer:ATTenuation driver.applications.k70Vsa.inputPy.sanalyzer.attenuation.set(attenuation = 1.0)
Configures attenuation at the analyzer input for an active external frontend manually.
- param attenuation
Range: see specifications document , Unit: DB
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k70Vsa.inputPy.sanalyzer.attenuation.clone()
Subgroups