SymbolRate

SCPI Command :

TRACe:IQ:SRATe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# TRACe:IQ:SRATe
value: float = driver.applications.k18AmplifierEt.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.k17Mcgd.trace.iq.wband.mbwidth.set() command.

Returns:

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]
# TRACe:IQ:SRATe
driver.applications.k18AmplifierEt.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.k17Mcgd.trace.iq.wband.mbwidth.set() command.

Parameters:

sample_rate – The valid sample rates are described in ‘Sample rate and maximum usable I/Q bandwidth for RF input’. Unit: HZ

Cloning the Group

# Create a copy of the original group, that exists independently
symbolRate_copy = driver.applications.k18AmplifierEt.trace.iq.symbolRate.clone()

Subgroups