Cell

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:NCELl:GSM:CELL<Cell>
class Cell[source]

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

class CellStruct[source]

Structure for setting input parameters. Contains optional setting parameters. Fields:

  • Enable: bool: OFF | ON Enables or disables the entry

  • Band: enums.GsmBand: G04 | G085 | G09 | G18 | G19 GSM 400, GSM 850, GSM 900, GSM 1800, GSM 1900

  • Channel: int: Channel number used for the broadcast control channel (BCCH) Range: 0 to 1023, depending on GSM band, see table below

  • Measurement: bool: Optional setting parameter. OFF | ON Enables or disables the UE measurement

  • Bsic: int: Optional setting parameter. Base station identity code Range: 0 to 63

get(cell=<Cell.Default: -1>)CellStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:NCELl:GSM:CELL<n>
value: CellStruct = driver.configure.ncell.gsm.cell.get(cell = repcap.Cell.Default)

Configures an entry of the neighbor cell list for GSM.

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ncell’)

return

structure: for return value, see the help for CellStruct structure arguments.

set(structure: RsCmwWcdmaSig.Implementations.Configure_.Ncell_.Gsm_.Cell.Cell.CellStruct, cell=<Cell.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:NCELl:GSM:CELL<n>
driver.configure.ncell.gsm.cell.set(value = [PROPERTY_STRUCT_NAME](), cell = repcap.Cell.Default)

Configures an entry of the neighbor cell list for GSM.

param structure

for set value, see the help for CellStruct structure arguments.

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ncell’)