Source
SCPI Command :
SIGNalconfig:SETup:SETTing<*>:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(setupSetting=SetupSetting.Default) SignalSource[source]
# SIGNalconfig:SETup:SETTing<*>:SOURce value: enums.SignalSource = driver.signalConfig.setup.setting.source.get(setupSetting = repcap.SetupSetting.Default)
Selects the source for the signal configuration for the selected index.
- Parameters:
setupSetting – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Setting’)
- Returns:
source: NONE | C1W1 | C1W2 | C1W3 | C2W1 | C2W2 | C2W3 | C3W1 | C3W2 | C3W3 | C4W1 | C4W2 | C4W3 | C1W4 | C2W4 | C3W4 | C4W4 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4 | DIFF1 | DIFF2 | COMMON1 | COMMON2
- set(source: SignalSource, setupSetting=SetupSetting.Default) None[source]
# SIGNalconfig:SETup:SETTing<*>:SOURce driver.signalConfig.setup.setting.source.set(source = enums.SignalSource.AJ1, setupSetting = repcap.SetupSetting.Default)
Selects the source for the signal configuration for the selected index.
- Parameters:
source – NONE | C1W1 | C1W2 | C1W3 | C2W1 | C2W2 | C2W3 | C3W1 | C3W2 | C3W3 | C4W1 | C4W2 | C4W3 | C1W4 | C2W4 | C3W4 | C4W4 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4 | DIFF1 | DIFF2 | COMMON1 | COMMON2
setupSetting – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Setting’)