Source
SCPI Command :
LANE<*>:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) SignalSource[source]
# LANE<*>:SOURce value: enums.SignalSource = driver.lane.source.get(lane = repcap.Lane.Default)
Selects the source of the lane.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
main_source: C1W1 | C1W2 | C1W3 | C2W1 | C2W2 | C2W3 | C3W1 | C3W2 | C3W3 | C4W1 | C4W2 | C4W3 | M1 | M2 | M3 | M4 | R1 | R2 | R3 | R4 | DIFF1 | DIFF2 | COMMON1 | COMMON2 | M5 | M6 | M7 | M8
- set(main_source: SignalSource, lane=Lane.Default) None[source]
# LANE<*>:SOURce driver.lane.source.set(main_source = enums.SignalSource.AJ1, lane = repcap.Lane.Default)
Selects the source of the lane.
- Parameters:
main_source – C1W1 | C1W2 | C1W3 | C2W1 | C2W2 | C2W3 | C3W1 | C3W2 | C3W3 | C4W1 | C4W2 | C4W3 | M1 | M2 | M3 | M4 | R1 | R2 | R3 | R4 | DIFF1 | DIFF2 | COMMON1 | COMMON2 | M5 | M6 | M7 | M8
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)