Minimum

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:RFSettings:LEVel:BCCH:MINimum:ENABle
class Minimum[source]

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

get_enable()bool[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:LEVel:BCCH:MINimum:ENABle
value: bool = driver.configure.rfSettings.level.bcch.minimum.get_enable()

Enables or disables the check of BCCH lower limit of -95 dBm.

return

enable: OFF | ON

set_enable(enable: bool)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:LEVel:BCCH:MINimum:ENABle
driver.configure.rfSettings.level.bcch.minimum.set_enable(enable = False)

Enables or disables the check of BCCH lower limit of -95 dBm.

param enable

OFF | ON