Eattenuation

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:EATTenuation:INPut
class EattenuationCls[source]

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

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

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

return:

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

set_input_py(ext_rf_in_att: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:EATTenuation:INPut
driver.configure.rfSettings.pcc.eattenuation.set_input_py(ext_rf_in_att = 1.0)

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

param ext_rf_in_att:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.pcc.eattenuation.clone()

Subgroups