Pulm
SCPI Command :
[SOURce]:INPut:USER:PULM:LEVel
- class PulmCls[source]
Pulm commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_level() float [source]
# SCPI: [SOURce]:INPut:USER:PULM:LEVel value: float = driver.source.inputPy.user.pulm.get_level()
Sets the threshold for any input signal at the User3-5 connectors.
- return
level: float Range: 0.1 to 2, Unit: V
- set_level(level: float) None [source]
# SCPI: [SOURce]:INPut:USER:PULM:LEVel driver.source.inputPy.user.pulm.set_level(level = 1.0)
Sets the threshold for any input signal at the User3-5 connectors.
- param level
float Range: 0.1 to 2, Unit: V