EatScale
SCPI Command :
CHANnel<*>:EATScale
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) AxisMode[source]
# CHANnel<*>:EATScale value: enums.AxisMode = driver.channel.eatScale.get(channel = repcap.Channel.Default)
Sets the attenuation scale for an external divider: linear or logarithmic.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
ext_att_scl: LIN | LOG
- set(ext_att_scl: AxisMode, channel=Channel.Default) None[source]
# CHANnel<*>:EATScale driver.channel.eatScale.set(ext_att_scl = enums.AxisMode.LIN, channel = repcap.Channel.Default)
Sets the attenuation scale for an external divider: linear or logarithmic.
- Parameters:
ext_att_scl – LIN | LOG
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)