Cell

SCPI Command :

[CONFigure]:LTE:MEASurement<Instance>:NETWork:CELL
class CellCls[source]

Cell commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class CellStruct[source]

Response structure. Fields:

  • Cell_Name: str: No parameter help available

  • Used_Ul: List[int]: No parameter help available

get(measInstance=MeasInstance.Default) CellStruct[source]
# SCPI: [CONFigure]:LTE:MEASurement<Instance>:NETWork:CELL
value: CellStruct = driver.configure.lte.measurement.network.cell.get(measInstance = repcap.MeasInstance.Default)

No command help available

param measInstance:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

return:

structure: for return value, see the help for CellStruct structure arguments.

set(cell_name: str, used_ul: List[int] = None, measInstance=MeasInstance.Default) None[source]
# SCPI: [CONFigure]:LTE:MEASurement<Instance>:NETWork:CELL
driver.configure.lte.measurement.network.cell.set(cell_name = 'abc', used_ul = [1, 2, 3], measInstance = repcap.MeasInstance.Default)

No command help available

param cell_name:

No help available

param used_ul:

No help available

param measInstance:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)