Select
SCPI Command :
DIFFerential<*>:NSIGnal[:SELect]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(differential=Differential.Default) SignalSource[source]
# DIFFerential<*>:NSIGnal[:SELect] value: enums.SignalSource = driver.differential.nsignal.select.get(differential = repcap.Differential.Default)
Select the analog input channel of the positive and negative signal. Using the same input channel for both differential signals is not possible.
- Parameters:
differential – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Differential’)
- set(signal_n: SignalSource, differential=Differential.Default) None[source]
# DIFFerential<*>:NSIGnal[:SELect] driver.differential.nsignal.select.set(signal_n = enums.SignalSource.AJ1, differential = repcap.Differential.Default)
Select the analog input channel of the positive and negative signal. Using the same input channel for both differential signals is not possible.
- Parameters:
signal_n – C1W1 | C2W1 | C3W1 | C4W1
differential – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Differential’)