Auto

SCPI Command :

CHANnel<*>:EFRontend:ATTenuation:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) bool[source]
# CHANnel<*>:EFRontend:ATTenuation:AUTO
value: bool = driver.channel.efrontend.attenuation.auto.get(channel = repcap.Channel.Default)

Defines the RF attenuation, which is meant to protect the mixer of the external frontend from high RF input levels.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

set(rf_att_auto: bool, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:ATTenuation:AUTO
driver.channel.efrontend.attenuation.auto.set(rf_att_auto = False, channel = repcap.Channel.Default)

Defines the RF attenuation, which is meant to protect the mixer of the external frontend from high RF input levels.

Parameters:
  • rf_att_auto

    OFF | ON

    • ON: The instrument provides a good compromise between intermodulation and noise.

    • OFF: Set CHANnelch:EFRontend:ATTenuation[:VALue] to fine-tune the effect of intermodulation and noise.

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)