Auto

SCPI Command :

INPut:IQ:FULLscale:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# INPut:IQ:FULLscale:AUTO
value: bool = driver.applications.k6Pulse.inputPy.iq.fullscale.auto.get()

Defines whether the full scale level (i.e. the maximum input power on the Baseband Input connector) is defined automatically according to the reference level, or manually.

Returns:

state: ON | 1 Automatic definition OFF | 0 Manual definition according to method RsFsw.applications.k10Xlte.inputPy.iq.fullscale.level.set()

set(state: bool) None[source]
# INPut:IQ:FULLscale:AUTO
driver.applications.k6Pulse.inputPy.iq.fullscale.auto.set(state = False)

Defines whether the full scale level (i.e. the maximum input power on the Baseband Input connector) is defined automatically according to the reference level, or manually.

Parameters:

state – ON | 1 Automatic definition OFF | 0 Manual definition according to method RsFsw.applications.k10Xlte.inputPy.iq.fullscale.level.set()