Eattenuation
SCPI Command :
CHANnel<*>:EATTenuation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) float[source]
# CHANnel<*>:EATTenuation value: float = driver.channel.eattenuation.get(channel = repcap.Channel.Default)
Sets the attenuation of an external 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.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
ext_att: Values and unit depend on the selected scale (method
RsRtx.channel.eatScale.set()) .
- set(ext_att: float, channel=Channel.Default) None[source]
# CHANnel<*>:EATTenuation driver.channel.eattenuation.set(ext_att = 1.0, channel = repcap.Channel.Default)
Sets the attenuation of an external 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.
- Parameters:
ext_att – Values and unit depend on the selected scale (method
RsRtx.channel.eatScale.set()) .channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)