Gain
SCPI Command :
INPut:GAIN
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# INPut:GAIN value: float = driver.applications.k149Uwb.inputPy.gain.get()
No help available
- set(level: float) None[source]
# INPut:GAIN driver.applications.k149Uwb.inputPy.gain.set(level = 1.0)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
gain_copy = driver.applications.k149Uwb.inputPy.gain.clone()
Subgroups