Gain

SCPI Command :

INPut:GAIN
class GainCls[source]

Gain commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: INPut:GAIN
value: float = driver.applications.k149Uwb.inputPy.gain.get()

No command help available

return

level: No help available

set(level: float) None[source]
# SCPI: INPut:GAIN
driver.applications.k149Uwb.inputPy.gain.set(level = 1.0)

No command help available

param level

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k149Uwb.inputPy.gain.clone()

Subgroups