Tx

SCPI Commands

SOURce:EVDO:SIGNaling<Instance>:RFSettings:TX:EATTenuation
class Tx[source]

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

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

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

return

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

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

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

param tx_ext_att

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