Source
SCPI Command :
BUS<*>:TNOS:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) SignalSource[source]
# BUS<*>:TNOS:SOURce value: enums.SignalSource = driver.bus.tnos.source.get(bus = repcap.Bus.Default)
Sets the source channel to which the selected data line is connected. Only analog channels can be used, digital channels are not supported.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
source: C1 | C2 | C3 | C4 | C5 | C6 | C7 | C8 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4 | R5 | R6 | R7 | R8 | OnC1 | OnC2 | … | OnC8 (n = 2 to 8)
- set(source: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:TNOS:SOURce driver.bus.tnos.source.set(source = enums.SignalSource.AJ1, bus = repcap.Bus.Default)
Sets the source channel to which the selected data line is connected. Only analog channels can be used, digital channels are not supported.
- Parameters:
source – C1 | C2 | C3 | C4 | C5 | C6 | C7 | C8 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4 | R5 | R6 | R7 | R8 | OnC1 | OnC2 | … | OnC8 (n = 2 to 8)
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)