Value
SCPI Command :
CHANnel<*>:EFRontend:ATTenuation[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) float[source]
# CHANnel<*>:EFRontend:ATTenuation[:VALue] value: float = driver.channel.efrontend.attenuation.value.get(channel = repcap.Channel.Default)
Sets the RF attenuation if method
RsRtx.channel.efrontend.attenuation.auto.set()is OFF.- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- set(used_rfa_tt: float, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:ATTenuation[:VALue] driver.channel.efrontend.attenuation.value.set(used_rfa_tt = 1.0, channel = repcap.Channel.Default)
Sets the RF attenuation if method
RsRtx.channel.efrontend.attenuation.auto.set()is OFF.- Parameters:
used_rfa_tt – Get a list of possible attenuation step values with method
RsRtx.channel.efrontend.attenuation.step.listPy.get().channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)