Mode
SCPI Command :
INPut:ATTenuation:AUTO:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AttenuatorMode[source]
# INPut:ATTenuation:AUTO:MODE value: enums.AttenuatorMode = driver.inputPy.attenuation.auto.mode.get()
Selects the priority for signal processing after the RF attenuation has been applied.
- Returns:
opt_mode: LNOise | LDIStortion LNOise Optimized for high sensitivity and low noise levels LDIStortion Optimized for low distortion by avoiding intermodulation
- set(opt_mode: AttenuatorMode) None[source]
# INPut:ATTenuation:AUTO:MODE driver.inputPy.attenuation.auto.mode.set(opt_mode = enums.AttenuatorMode.LDIStortion)
Selects the priority for signal processing after the RF attenuation has been applied.
- Parameters:
opt_mode – LNOise | LDIStortion LNOise Optimized for high sensitivity and low noise levels LDIStortion Optimized for low distortion by avoiding intermodulation