SymbolRate

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:IQRecorder:SRATe
class SymbolRateCls[source]

SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:SRATe
value: float = driver.configure.vse.measurement.iqRecorder.symbolRate.get()

Sets or queries the sample rate of the IQ recorder.

return:

sample_rate: Range: 0 Hz to 200 MHz, Unit: Hz

set(sample_rate: float, standard: Standard = None) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:SRATe
driver.configure.vse.measurement.iqRecorder.symbolRate.set(sample_rate = 1.0, standard = enums.Standard.CUSTom)

Sets or queries the sample rate of the IQ recorder.

param sample_rate:

Range: 0 Hz to 200 MHz, Unit: Hz

param standard:

DMR | DPMR | NXDN | P25 | TETRa | LTE | SPECtrum | CUSTom DMR | DPMR | NXDN | P25 | TETRa | LTE Allows query of the sample rate of the IQ recorder. CUSTom Allows set and query of the sample rate of the IQ recorder.