SymRate
SCPI Command :
TREFerence<*>:SYMRate
- Commands in total: 1Subgroups: 0Direct 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’)