SymbolRate

SCPI Command :

INPut:IQ:OSC:SRATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# INPut:IQ:OSC:SRATe
value: float = driver.inputPy.iq.osc.symbolRate.get()

Returns the used oscilloscope acquisition sample rate, which depends on the used I/Q mode (see method RsFsw.applications.k149Uwb.inputPy.iq.osc.typePy.set() ) .

Returns:

sample_rate: 10 GHz | 20 GHz 10 GHz differential mode 20 GHz single-ended mode Unit: Hz

set(sample_rate: float) None[source]
# INPut:IQ:OSC:SRATe
driver.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.k149Uwb.inputPy.iq.osc.typePy.set() ) .

Parameters:

sample_rate – 10 GHz | 20 GHz 10 GHz differential mode 20 GHz single-ended mode Unit: Hz