Eattenuation

SCPI Commands

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

Eattenuation commands group definition. 3 total commands, 2 Sub-groups, 1 group commands

get_input_py()float[source]
# SCPI: CONFigure:GSM: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

ext_rf_in_att: Range: Depends on expected nominal power mode , Unit: dB

set_input_py(ext_rf_in_att: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:EATTenuation:INPut
driver.configure.rfSettings.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

Range: Depends on expected nominal power mode , Unit: dB

Cloning the Group

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

Subgroups