Source

SCPI Command :

TREFerence<*>:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(timingReference=TimingReference.Default) SignalSource[source]
# TREFerence<*>:SOURce
value: enums.SignalSource = driver.treference.source.get(timingReference = repcap.TimingReference.Default)

Selects the clock source if method RsMxo.treference.typePy.set() is set. Sets the data source for clock data recovery if method RsMxo.treference.typePy.set() is set for the indicated measurement.

Parameters:

timingReference – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Treference’)

Returns:

source: C1 | C2 | … | C8 | D0 | D1 | D2 | … | D14 | D15 | M1 | M2 | … | M8 | OnC1 | OnC2 | … | OnC8 (n = 2 to 11

set(source: SignalSource, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:SOURce
driver.treference.source.set(source = enums.SignalSource.C1, timingReference = repcap.TimingReference.Default)

Selects the clock source if method RsMxo.treference.typePy.set() is set. Sets the data source for clock data recovery if method RsMxo.treference.typePy.set() is set for the indicated measurement.

Parameters:
  • source – C1 | C2 | … | C8 | D0 | D1 | D2 | … | D14 | D15 | M1 | M2 | … | M8 | OnC1 | OnC2 | … | OnC8 (n = 2 to 11

  • timingReference – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Treference’)