Rx

SCPI Commands

SOURce:EVDO:SIGNaling<Instance>:RFSettings:RX:EATTenuation
class Rx[source]

Rx commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_eattenuation()float[source]
# SCPI: SOURce:EVDO:SIGNaling<instance>:RFSettings:RX:EATTenuation
value: float = driver.source.rfSettings.rx.get_eattenuation()

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

return

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

set_eattenuation(rx_ext_att: float)None[source]
# SCPI: SOURce:EVDO:SIGNaling<instance>:RFSettings:RX:EATTenuation
driver.source.rfSettings.rx.set_eattenuation(rx_ext_att = 1.0)

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

param rx_ext_att

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