Eattenuation

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:EATTenuation:OUTPut
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:EATTenuation:INPut
class Eattenuation[source]

Eattenuation commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_input_py()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:EATTenuation:INPut
value: float = driver.configure.rfSettings.eattenuation.get_input_py()

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

return

external_att: numeric Range: -50 dB to 90 dB, Unit: dB

get_output()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:EATTenuation:OUTPut
value: float = driver.configure.rfSettings.eattenuation.get_output()

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

return

external_att: numeric Range: -50 dB to 90 dB, Unit: dB

set_input_py(external_att: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:EATTenuation:INPut
driver.configure.rfSettings.eattenuation.set_input_py(external_att = 1.0)

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

param external_att

numeric Range: -50 dB to 90 dB, Unit: dB

set_output(external_att: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:EATTenuation:OUTPut
driver.configure.rfSettings.eattenuation.set_output(external_att = 1.0)

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

param external_att

numeric Range: -50 dB to 90 dB, Unit: dB