Auto

SCPI Command :

TRACe:IQ:SRATe:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# TRACe:IQ:SRATe:AUTO
value: bool = driver.applications.k18AmplifierEt.trace.iq.symbolRate.auto.get()

This command turns automatic selection of an appropriate (capture) sample rate on and off. When you turn on this feature, the application calculates an appropriate sample rate based on the reference signal and adjusts the other data acquisition settings accordingly.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# TRACe:IQ:SRATe:AUTO
driver.applications.k18AmplifierEt.trace.iq.symbolRate.auto.set(state = False)

This command turns automatic selection of an appropriate (capture) sample rate on and off. When you turn on this feature, the application calculates an appropriate sample rate based on the reference signal and adjusts the other data acquisition settings accordingly.

Parameters:

state – ON | OFF | 1 | 0