Cell<GsmCellNo>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.configure.ncell.gsm.cell.repcap_gsmCellNo_get()
driver.configure.ncell.gsm.cell.repcap_gsmCellNo_set(repcap.GsmCellNo.Nr1)

SCPI Commands

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

Cell commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: GsmCellNo, default value after init: GsmCellNo.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.OperBandGsm: G085 | G09 | G18 | G19 GSM 850, GSM 900, GSM 1800, GSM 1900

  • Channel: int: Channel number used for the broadcast control channel (BCCH) , see ‘GSM Bands and Channels’ Range: depends on operating band

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

  • Bsic: int: Optional setting parameter. Base station identity code Range: 0 to 63

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

Configures an entry of the neighbor cell list for GSM. For channel number ranges depending on operating bands see Table ‘GSM operating bands and frequencies’.

param gsmCellNo

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

Configures an entry of the neighbor cell list for GSM. For channel number ranges depending on operating bands see Table ‘GSM operating bands and frequencies’.

param structure

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

param gsmCellNo

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