Pw

SCPI Commands :

WAVeform:BEMitter:PW:MAXimum
WAVeform:BEMitter:PW:MINimum
class PwCls[source]

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

get_maximum() float[source]
# SCPI: WAVeform:BEMitter:PW:MAXimum
value: float = driver.waveform.bemitter.pw.get_maximum()

Sets the value range for the pulse width values.

return:

maximum: float Range: 5e-05 to 1

get_minimum() float[source]
# SCPI: WAVeform:BEMitter:PW:MINimum
value: float = driver.waveform.bemitter.pw.get_minimum()

Sets the value range for the pulse width values.

return:

minimum: No help available

set_maximum(maximum: float) None[source]
# SCPI: WAVeform:BEMitter:PW:MAXimum
driver.waveform.bemitter.pw.set_maximum(maximum = 1.0)

Sets the value range for the pulse width values.

param maximum:

float Range: 5e-05 to 1

set_minimum(minimum: float) None[source]
# SCPI: WAVeform:BEMitter:PW:MINimum
driver.waveform.bemitter.pw.set_minimum(minimum = 1.0)

Sets the value range for the pulse width values.

param minimum:

float Range: 5e-05 to 1