Eattenuation

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:EATTenuation:OUTPut
class EattenuationCls[source]

Eattenuation commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_output() float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:EATTenuation:OUTPut
value: float = driver.configure.rxQuality.eattenuation.get_output()

Defines an external attenuation (or gain, if the value is negative) , to be applied to the output connector.

return:

atten: numeric Range: -50 dB to 90 dB

set_output(atten: float) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:EATTenuation:OUTPut
driver.configure.rxQuality.eattenuation.set_output(atten = 1.0)

Defines an external attenuation (or gain, if the value is negative) , to be applied to the output connector.

param atten:

numeric Range: -50 dB to 90 dB