SymbolRate

SCPI Command :

INPut:DIQ:SRATe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# INPut:DIQ:SRATe
value: float = driver.applications.k14Xnr5G.inputPy.diq.symbolRate.get()

Specifies or queries the sample rate of the input signal from the optional ‘Digital Baseband’ interface. (See ‘Input Sample Rate’) . Note: the final user sample rate of the FSW can differ and is defined using method RsFsw.applications.k10Xlte.trace.iq.symbolRate.get() (see method RsFsw.applications.k10Xlte.trace.iq.symbolRate.get() ) .

Returns:

sample_rate: Range: 1 Hz to 20 GHz, Unit: HZ

set(sample_rate: float) None[source]
# INPut:DIQ:SRATe
driver.applications.k14Xnr5G.inputPy.diq.symbolRate.set(sample_rate = 1.0)

Specifies or queries the sample rate of the input signal from the optional ‘Digital Baseband’ interface. (See ‘Input Sample Rate’) . Note: the final user sample rate of the FSW can differ and is defined using method RsFsw.applications.k10Xlte.trace.iq.symbolRate.get() (see method RsFsw.applications.k10Xlte.trace.iq.symbolRate.get() ) .

Parameters:

sample_rate – Range: 1 Hz to 20 GHz, Unit: HZ

Cloning the Group

# Create a copy of the original group, that exists independently
symbolRate_copy = driver.applications.k14Xnr5G.inputPy.diq.symbolRate.clone()

Subgroups