AmplMode

SCPI Command :

CHANnel<*>:EFRontend:AMPLmode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) FrEndAmplitudeMode[source]
# CHANnel<*>:EFRontend:AMPLmode
value: enums.FrEndAmplitudeMode = driver.channel.efrontend.amplMode.get(channel = repcap.Channel.Default)

Defines the vertical scale of the signal.

Parameters:

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

set(amplitude_mode: FrEndAmplitudeMode, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:AMPLmode
driver.channel.efrontend.amplMode.set(amplitude_mode = enums.FrEndAmplitudeMode.IF, channel = repcap.Channel.Default)

Defines the vertical scale of the signal.

Parameters:
  • amplitude_mode

    Scaling mode

    • RF: The vertical scale is calculated out of the specified RF Level and the external frontend gain so that the signal uses the complete height of the diagram. See also: CHANnelch:EFRontend:GAIN? and CHANnelch:EFRontend:RFINput:LEVel.

    • IF: Vertical scale = 50 mV/div

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