Auto

SCPI Command :

TRACe:IQ:SRATe:AUTO
class AutoCls[source]

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

get() bool[source]
# SCPI: 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.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: 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.

param state

ON | OFF | 1 | 0