Pulm

SCPI Command :

[SOURce]:INPut:USER:PULM:LEVel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_level() float[source]
# [SOURce]:INPut:USER:PULM:LEVel
value: float = driver.source.inputPy.user.pulm.get_level()

Sets the threshold for any input signal at the USER4 to USER6 connectors.

Returns:

level: float Range: 0.1 to 2, Unit: V

set_level(level: float) None[source]
# [SOURce]:INPut:USER:PULM:LEVel
driver.source.inputPy.user.pulm.set_level(level = 1.0)

Sets the threshold for any input signal at the USER4 to USER6 connectors.

Parameters:

level – float Range: 0.1 to 2, Unit: V