Cell<CellNo>

RepCap Settings

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

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:NCELl:TDSCdma: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.OperBandTdsCdma: OB1 | OB2 | OB3 OB1: Band 1 (F) , 1880.8 MHz to 1919.2 MHz OB2: Band 2 (A) , 2010.8 MHz to 2024.2 MHz OB3: Band 3 (E) , 2300.8 MHz to 2399.2 MHz

  • Channel: int: Range: depends on operating band, see table below

  • Cell_Parameter_Id: str: Scrambling code Range: #H0 to #H7F

  • 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:TDSCdma:CELL<n>
value: CellStruct = driver.configure.ncell.tdscdma.cell.get(cellNo = repcap.CellNo.Default)

Configures an entry of the neighbor cell list for TD-SCDMA.

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

Configures an entry of the neighbor cell list for TD-SCDMA.

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