Level

SCPI Commands :

PULSe:MOP:EXCLude:LEVel:STARt
PULSe:MOP:EXCLude:LEVel:STOP
class LevelCls[source]

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

get_start() float[source]
# SCPI: PULSe:MOP:EXCLude:LEVel:STARt
value: float = driver.pulse.mop.exclude.level.get_start()

Sets the threshold levels at the beginning and the end of a pulse for the modulation to be excluded.

return:

start: No help available

get_stop() float[source]
# SCPI: PULSe:MOP:EXCLude:LEVel:STOP
value: float = driver.pulse.mop.exclude.level.get_stop()

Sets the threshold levels at the beginning and the end of a pulse for the modulation to be excluded.

return:

stop: float Range: 0 to 100

set_start(start: float) None[source]
# SCPI: PULSe:MOP:EXCLude:LEVel:STARt
driver.pulse.mop.exclude.level.set_start(start = 1.0)

Sets the threshold levels at the beginning and the end of a pulse for the modulation to be excluded.

param start:

float Range: 0 to 100

set_stop(stop: float) None[source]
# SCPI: PULSe:MOP:EXCLude:LEVel:STOP
driver.pulse.mop.exclude.level.set_stop(stop = 1.0)

Sets the threshold levels at the beginning and the end of a pulse for the modulation to be excluded.

param stop:

float Range: 0 to 100