SymbolRate
SCPI Command :
SYSTem:COMMunicate:RDEVice:OSCilloscope:SRATe
- class SymbolRateCls[source]
SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:SRATe value: float = driver.applications.k70Vsa.system.communicate.rdevice.oscilloscope.symbolRate.get()
Determines whether the 10 GHz mode (default) or 20 GHz mode of the connected oscilloscope is used. The 20 GHZ mode achieves a higher decimation gain, but reduces the record length by half.
- return
rate: 10 GHz | 20 GHz No other sample rate values are allowed. Unit: HZ
- set(rate: float) None [source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:SRATe driver.applications.k70Vsa.system.communicate.rdevice.oscilloscope.symbolRate.set(rate = 1.0)
Determines whether the 10 GHz mode (default) or 20 GHz mode of the connected oscilloscope is used. The 20 GHZ mode achieves a higher decimation gain, but reduces the record length by half.
- param rate
10 GHz | 20 GHz No other sample rate values are allowed. Unit: HZ