SymbolRate
SCPI Command :
TRACe:IQ:SRATe
- class SymbolRateCls[source]
SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: TRACe:IQ:SRATe value: float = driver.applications.k9X11Ad.trace.iq.symbolRate.get()
Sets the final user sample rate for the acquired I/Q data. Thus, the user sample rate can be modified without affecting the actual data capturing settings on the FSW. Note: The smaller the user sample rate, the smaller the usable I/Q bandwidth, see ‘Sample rate and maximum usable I/Q bandwidth for RF input’. In order to ensure a minimum usable I/Q bandwidth use the method RsFsw.Applications.K17_Mcgd.Trace.Iq.Wband.Mbwidth.set command.
- return
sample_rate: The valid sample rates are described in ‘Sample rate and maximum usable I/Q bandwidth for RF input’. Unit: HZ
- set(sample_rate: float) None [source]
# SCPI: TRACe:IQ:SRATe driver.applications.k9X11Ad.trace.iq.symbolRate.set(sample_rate = 1.0)
Sets the final user sample rate for the acquired I/Q data. Thus, the user sample rate can be modified without affecting the actual data capturing settings on the FSW. Note: The smaller the user sample rate, the smaller the usable I/Q bandwidth, see ‘Sample rate and maximum usable I/Q bandwidth for RF input’. In order to ensure a minimum usable I/Q bandwidth use the method RsFsw.Applications.K17_Mcgd.Trace.Iq.Wband.Mbwidth.set command.
- param sample_rate
The valid sample rates are described in ‘Sample rate and maximum usable I/Q bandwidth for RF input’. Unit: HZ