Time

SCPI Commands :

PULSe:MOP:EXCLude:TIME:STARt
PULSe:MOP:EXCLude:TIME:STOP
class TimeCls[source]

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

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

Sets a time span to be excluded at the beginning and at the end of the pulse.

return:

start: No help available

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

Sets a time span to be excluded at the beginning and at the end of the pulse.

return:

stop: float Range: 0 to 5e-07

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

Sets a time span to be excluded at the beginning and at the end of the pulse.

param start:

float Range: 0 to 5e-07

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

Sets a time span to be excluded at the beginning and at the end of the pulse.

param stop:

float Range: 0 to 5e-07