TypePy
SCPI Command :
WGENerator<*>:SWEep:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) AxisMode[source]
# WGENerator<*>:SWEep:TYPE value: enums.AxisMode = driver.wgenerator.sweep.typePy.get(waveformGen = repcap.WaveformGen.Default)
Sets the type of the sweep, a linear or logarithmic change of the frequency.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
type_py: LIN | LOG
- set(type_py: AxisMode, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:SWEep:TYPE driver.wgenerator.sweep.typePy.set(type_py = enums.AxisMode.LIN, waveformGen = repcap.WaveformGen.Default)
Sets the type of the sweep, a linear or logarithmic change of the frequency.
- Parameters:
type_py – LIN | LOG
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)