Mnc

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:MNC:DIGits
CONFigure:GSM:SIGNaling<Instance>:CELL:MNC
class Mnc[source]

Mnc commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_digits()RsCmwGsmSig.enums.DigitsCount[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:MNC:DIGits
value: enums.DigitsCount = driver.configure.cell.mnc.get_digits()

Defines the number of digits of the mobile network code (MNC) .

return

no_digits: TWO | THRee Two- or three-digit MNC

get_value()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:MNC
value: int = driver.configure.cell.mnc.get_value()

Defines the mobile network code of the simulated radio network.

return

mnc: Range: 0 to 99 / 999 (two- or three-digit MNC)

set_digits(no_digits: RsCmwGsmSig.enums.DigitsCount)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:MNC:DIGits
driver.configure.cell.mnc.set_digits(no_digits = enums.DigitsCount.THRee)

Defines the number of digits of the mobile network code (MNC) .

param no_digits

TWO | THRee Two- or three-digit MNC

set_value(mnc: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:MNC
driver.configure.cell.mnc.set_value(mnc = 1)

Defines the mobile network code of the simulated radio network.

param mnc

Range: 0 to 99 / 999 (two- or three-digit MNC)