Cell

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:NCELl:WCDMa: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.OperationBand: OB1 | … | OB14 | OB19 | … | OB22 | OB25 | OB26 | OBS1 | … | OBS3 | OBL1 OB1, …, OB14: operating band I to XIV OB19, …, OB22: operating band XIX to XXII OB25, OB26: operating band XXV, XXVI OB32: operating band XXXII (restricted to dual band scenarios) 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: depends on operating band

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

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

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

Configures an entry of the neighbor cell list for WCDMA. For channel number ranges depending on operating bands see ‘Operating Bands’.

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_.Wcdma_.Cell.Cell.CellStruct, cell=<Cell.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:NCELl:WCDMa:CELL<n>
driver.configure.ncell.wcdma.cell.set(value = [PROPERTY_STRUCT_NAME](), cell = repcap.Cell.Default)

Configures an entry of the neighbor cell list for WCDMA. For channel number ranges depending on operating bands see ‘Operating Bands’.

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’)