Width

SCPI Command :

WGENerator<*>:FUNCtion:PULSe[:WIDTh]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:FUNCtion:PULSe[:WIDTh]
value: float = driver.wgenerator.function.pulse.width.get(waveformGen = repcap.WaveformGen.Default)

Sets the pulse width, the pulse duration of the generated pulse waveform.

Parameters:

waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)

Returns:

pulse_width: 1.65E-08 to 90000

set(pulse_width: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:FUNCtion:PULSe[:WIDTh]
driver.wgenerator.function.pulse.width.set(pulse_width = 1.0, waveformGen = repcap.WaveformGen.Default)

Sets the pulse width, the pulse duration of the generated pulse waveform.

Parameters:
  • pulse_width – 1.65E-08 to 90000

  • waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)