Bcch

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:RFSettings:EATTenuation:BCCH:OUTPut
class Bcch[source]

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

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

Defines an external attenuation (or gain, if the value is negative) , to be applied to the RF output connector for the BCCH path. This command is only relevant for scenario ‘BCCH and TCH/PDCH’. The allowed value range can be calculated as follows: Range = [-130 - (BCCH DL ‘Level’) to -(BCCH DL ‘Level’) ]

return

ext_rf_out_att: Range: see above , Unit: dB

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

Defines an external attenuation (or gain, if the value is negative) , to be applied to the RF output connector for the BCCH path. This command is only relevant for scenario ‘BCCH and TCH/PDCH’. The allowed value range can be calculated as follows: Range = [-130 - (BCCH DL ‘Level’) to -(BCCH DL ‘Level’) ]

param ext_rf_out_att

Range: see above , Unit: dB