Width

SCPI Command :

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

Sets the pulse duration for a pulse waveform.

Parameters:

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

Returns:

pulse_width: 16.5E-9 to 1000, actual range depends on the selected frequency

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

Sets the pulse duration for a pulse waveform.

Parameters:
  • pulse_width – 16.5E-9 to 1000, actual range depends on the selected frequency

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