Select
SCPI Command :
WGENerator<*>:FUNCtion[:SELect]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) WgenFunctionType[source]
# WGENerator<*>:FUNCtion[:SELect] value: enums.WgenFunctionType = driver.wgenerator.function.select.get(waveformGen = repcap.WaveformGen.Default)
Selects the type of waveform to be generated.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
function_type: SINC: cardinal sine HAVer: haversine (great-circle distance between two points on a sphere)
- set(function_type: WgenFunctionType, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:FUNCtion[:SELect] driver.wgenerator.function.select.set(function_type = enums.WgenFunctionType.ARBitrary, waveformGen = repcap.WaveformGen.Default)
Selects the type of waveform to be generated.
- Parameters:
function_type – SINC: cardinal sine HAVer: haversine (great-circle distance between two points on a sphere)
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)