SymbolRate
SCPI Command :
INPut:IQ:OSC:SRATe
- class SymbolRateCls[source]
SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: INPut:IQ:OSC:SRATe value: float = driver.applications.k149Uwb.inputPy.iq.osc.symbolRate.get()
Returns the used oscilloscope acquisition sample rate, which depends on the used I/Q mode (see method RsFsw.Applications. K149_Uwb.InputPy.Iq.Osc.TypePy.set) .
- return
sample_rate: 10 GHz | 20 GHz 10 GHz differential mode 20 GHz single-ended mode Unit: Hz
- set(sample_rate: float) None [source]
# SCPI: INPut:IQ:OSC:SRATe driver.applications.k149Uwb.inputPy.iq.osc.symbolRate.set(sample_rate = 1.0)
Returns the used oscilloscope acquisition sample rate, which depends on the used I/Q mode (see method RsFsw.Applications. K149_Uwb.InputPy.Iq.Osc.TypePy.set) .
- param sample_rate
10 GHz | 20 GHz 10 GHz differential mode 20 GHz single-ended mode Unit: Hz