Cell<CellNo>

RepCap Settings

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

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NCELl:CDMA: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: No parameter help available

  • Band_Class: enums.BandClass: No parameter help available

  • Channel: int: No parameter help available

  • Cell_Id: int: No parameter help available

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

No command help available

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

No command help available

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