EatScale

SCPI Command :

CHANnel<*>:EATScale
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) XaxisMode[source]
# CHANnel<*>:EATScale
value: enums.XaxisMode = driver.channel.eatScale.get(channel = repcap.Channel.Default)

Sets the attenuation scale for an external divider.

Parameters:

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

Returns:

ext_att_scl: LIN | LOG

set(ext_att_scl: XaxisMode, channel=Channel.Default) None[source]
# CHANnel<*>:EATScale
driver.channel.eatScale.set(ext_att_scl = enums.XaxisMode.LIN, channel = repcap.Channel.Default)

Sets the attenuation scale for an external divider.

Parameters:
  • ext_att_scl – LIN | LOG

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