Eattenuation

SCPI Command :

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

Consider a voltage divider that is part of the DUT before the measuring point. The external attenuation is included in the measurement, and the instrument shows the results that would be measured before the divider. External attenuation can be used with all probes.

Parameters:

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

Returns:

ext_att: Values depend on the selected scale (method RsMxo.channel.eatScale.set() ) and the unit of the waveform. See ‘External Attenuation: Scale, Attenuation’. Limits below are for linear scale.

set(ext_att: float, channel=Channel.Default) None[source]
# CHANnel<*>:EATTenuation
driver.channel.eattenuation.set(ext_att = 1.0, channel = repcap.Channel.Default)

Consider a voltage divider that is part of the DUT before the measuring point. The external attenuation is included in the measurement, and the instrument shows the results that would be measured before the divider. External attenuation can be used with all probes.

Parameters:
  • ext_att – Values depend on the selected scale (method RsMxo.channel.eatScale.set() ) and the unit of the waveform. See ‘External Attenuation: Scale, Attenuation’. Limits below are for linear scale.

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