Cell<CellNo>

RepCap Settings

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

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NCELl:LTE: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. Fields:

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

  • Band: enums.LteBand: OB1 | OB2 | OB3 | OB4 | OB5 | OB6 | OB7 | OB8 | OB9 | OB10 | OB11 | OB12 | OB13 | OB14 | OB15 | OB16 | OB17 | OB18 | OB19 | OB20 | OB21 | OB22 | OB23 | OB24 | OB25 | OB26 | OB27 | OB28 | OB29 | OB30 | OB31 | OB32 | OB33 | OB34 | OB35 | OB36 | OB37 | OB38 | OB39 | OB40 | OB41 | OB42 | OB43 | OB44 | UDEFined OB1, …, OB44: operating band 1 to 44 UDEFined: user-defined band

  • Channel: int: Downlink channel number Range: depends on operating band, see tables below

get(cellNo=<CellNo.Default: -1>)CellStruct[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:LTE:CELL<n>
value: CellStruct = driver.configure.ncell.lte.cell.get(cellNo = repcap.CellNo.Default)

Configures an entry of the neighbor cell list for LTE.

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: RsCmwEvdoSig.Implementations.Configure_.Ncell_.Lte_.Cell.Cell.CellStruct, cellNo=<CellNo.Default: -1>)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:LTE:CELL<n>
driver.configure.ncell.lte.cell.set(value = [PROPERTY_STRUCT_NAME](), cellNo = repcap.CellNo.Default)

Configures an entry of the neighbor cell list for LTE.

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.lte.cell.clone()