Time
SCPI Command :
WGENerator<*>:SWEep:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(wgenerator=Wgenerator.Default) float[source]
# WGENerator<*>:SWEep:TIME value: float = driver.wgenerator.sweep.time.get(wgenerator = repcap.Wgenerator.Default)
Sets the duration of the sweep.
- Parameters:
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
time: 1E-3 to 500
- set(time: float, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:SWEep:TIME driver.wgenerator.sweep.time.set(time = 1.0, wgenerator = repcap.Wgenerator.Default)
Sets the duration of the sweep.
- Parameters:
time – 1E-3 to 500
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)