Time

SCPI Command :

WGENerator<*>:SWEep:TIME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:SWEep:TIME
value: float = driver.wgenerator.sweep.time.get(waveformGen = repcap.WaveformGen.Default)

Sets the duration of the sweep.

Parameters:

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

Returns:

time: 0.001 to 500

set(time: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:SWEep:TIME
driver.wgenerator.sweep.time.set(time = 1.0, waveformGen = repcap.WaveformGen.Default)

Sets the duration of the sweep.

Parameters:
  • time – 0.001 to 500

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