Cell<CellNo>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.configure.ncell.wcdma.cell.repcap_cellNo_get()
driver.configure.ncell.wcdma.cell.repcap_cellNo_set(repcap.CellNo.Nr1)

SCPI Commands

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

Cell commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: CellNo, default value after init: CellNo.Nr1

class CellStruct[source]

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

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

  • Band: enums.OperBandWcdma: OB1 | OB2 | OB3 | OB4 | OB5 | OB6 | OB7 | OB8 | OB9 | OB10 | OB11 | OB12 | OB13 | OB14 | OB19 | OB20 | OB21 | OBS1 | OBS2 | OBS3 | OBL1 | OB22 | OB25 | OB26 OB1, …, OB14: operating band I to XIV OB19, …, OB22: operating band XIX to XXII OB25: operating band XXV OB26: operating band XXVI OBS1: operating band S OBS2: operating band S 170 MHz OBS3: operating band S 190 MHz OBL1: operating band L

  • Channel: int: Downlink channel number Range: 412 to 11000, depending on operating band, see table below

  • Scrambling_Code: str: Primary scrambling code Range: #H0 to #H1FF

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

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

Configures an entry of the neighbor cell list for WCDMA.

param cellNo

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

return

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

set(structure: RsCmwGsmSig.Implementations.Configure_.Ncell_.Wcdma_.Cell.Cell.CellStruct, cellNo=<CellNo.Default: -1>)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:NCELl:WCDMa:CELL<n>
driver.configure.ncell.wcdma.cell.set(value = [PROPERTY_STRUCT_NAME](), cellNo = repcap.CellNo.Default)

Configures an entry of the neighbor cell list for WCDMA.

param structure

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

param cellNo

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.ncell.wcdma.cell.clone()