SymRate

SCPI Command :

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

Sets the symbol rate of the data signal for the indicated timing reference.

Parameters:

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

Returns:

symbol_rate: 100000 to 5000000000

set(symbol_rate: float, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:SYMRate
driver.treference.symRate.set(symbol_rate = 1.0, timingReference = repcap.TimingReference.Default)

Sets the symbol rate of the data signal for the indicated timing reference.

Parameters:
  • symbol_rate – 100000 to 5000000000

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