Select
SCPI Command :
WGENerator<*>:ARBGen:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(wgenerator=Wgenerator.Default) WgenScopeSignalSrc[source]
# WGENerator<*>:ARBGen:SELect value: enums.WgenScopeSignalSrc = driver.wgenerator.arbGen.select.get(wgenerator = repcap.Wgenerator.Default)
Selects the oscilloscope source, from which the arbitrary signal is loaded, if method
RsRtx.wgenerator.arbGen.source.set()is set to SCOPe.- Parameters:
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
scope_sign_src: NONE | C1W1 | C1W2 | C1W3 | C2W1 | C2W2 | C2W3 | C3W1 | C3W2 | C3W3 | C4W1 | C4W2 | C4W3 | R1 | R2 | R3 | R4 | DIFF1 | DIFF2 | COMMON1 | COMMON2
- set(scope_sign_src: WgenScopeSignalSrc, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:ARBGen:SELect driver.wgenerator.arbGen.select.set(scope_sign_src = enums.WgenScopeSignalSrc.C1W1, wgenerator = repcap.Wgenerator.Default)
Selects the oscilloscope source, from which the arbitrary signal is loaded, if method
RsRtx.wgenerator.arbGen.source.set()is set to SCOPe.- Parameters:
scope_sign_src – NONE | C1W1 | C1W2 | C1W3 | C2W1 | C2W2 | C2W3 | C3W1 | C3W2 | C3W3 | C4W1 | C4W2 | C4W3 | R1 | R2 | R3 | R4 | DIFF1 | DIFF2 | COMMON1 | COMMON2
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)