Ncc

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:NCC:PERMitted
CONFigure:GSM:SIGNaling<Instance>:CELL:NCC
class Ncc[source]

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

get_permitted()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:NCC:PERMitted
value: int = driver.configure.cell.ncc.get_permitted()

Specifies the neighbor cell by its network color code (NCC) that the MS is allowed to measure.

return

ncc_permitted: Range: 0 to 255

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

Defines the network color code of the simulated radio network.

return

ncc: Range: 0 to 7

set_permitted(ncc_permitted: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:NCC:PERMitted
driver.configure.cell.ncc.set_permitted(ncc_permitted = 1)

Specifies the neighbor cell by its network color code (NCC) that the MS is allowed to measure.

param ncc_permitted

Range: 0 to 255

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

Defines the network color code of the simulated radio network.

param ncc

Range: 0 to 7