Mnc

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CELL:MNC:DIGits
CONFigure:LTE:SIGNaling<instance>:CELL:MNC
class MncCls[source]

Mnc commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_digits() NoOfDigits[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:MNC:DIGits
value: enums.NoOfDigits = driver.configure.cell.mnc.get_digits()

Specifies the number of digits of the mobile network code (MNC) . For setting the MNC, see method RsCmwLteSig.Configure. Cell.Mnc.value.

return:

no_digits: TWO | THRee

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

Specifies the mobile network code (MNC) . You can omit leading zeros. A two or three-digit MNC can be set, see method RsCmwLteSig.Configure.Cell.Mnc.digits.

return:

mnc: decimal Range: 0 to 99 or 999

set_digits(no_digits: NoOfDigits) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:MNC:DIGits
driver.configure.cell.mnc.set_digits(no_digits = enums.NoOfDigits.THRee)

Specifies the number of digits of the mobile network code (MNC) . For setting the MNC, see method RsCmwLteSig.Configure. Cell.Mnc.value.

param no_digits:

TWO | THRee

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

Specifies the mobile network code (MNC) . You can omit leading zeros. A two or three-digit MNC can be set, see method RsCmwLteSig.Configure.Cell.Mnc.digits.

param mnc:

decimal Range: 0 to 99 or 999