Level

SCPI Commands :

PULSe:LEVel:DROop
PULSe:LEVel:OFF
PULSe:LEVel:ON
class LevelCls[source]

Level commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_droop() float[source]
# SCPI: PULSe:LEVel:DROop
value: float = driver.pulse.level.get_droop()

Sets the amplitude droop.

return:

droop: float Range: 0 to 50

get_off() float[source]
# SCPI: PULSe:LEVel:OFF
value: float = driver.pulse.level.get_off()

Sets the power during the pulse on time or the pulse off time.

return:

off: No help available

get_on() float[source]
# SCPI: PULSe:LEVel:ON
value: float = driver.pulse.level.get_on()

Sets the power during the pulse on time or the pulse off time.

return:

on: float Range: 0 to 100

set_droop(droop: float) None[source]
# SCPI: PULSe:LEVel:DROop
driver.pulse.level.set_droop(droop = 1.0)

Sets the amplitude droop.

param droop:

float Range: 0 to 50

set_off(off: float) None[source]
# SCPI: PULSe:LEVel:OFF
driver.pulse.level.set_off(off = 1.0)

Sets the power during the pulse on time or the pulse off time.

param off:

float Range: 0 to 100

set_on(on: float) None[source]
# SCPI: PULSe:LEVel:ON
driver.pulse.level.set_on(on = 1.0)

Sets the power during the pulse on time or the pulse off time.

param on:

float Range: 0 to 100