Cdeployment
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:MCONfig:CDEPloyment
- class CdeploymentCls[source]
Cdeployment commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) CellDeployment[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:MCONfig:CDEPloyment value: enums.CellDeployment = driver.configure.signaling.lte.cell.mconfig.cdeployment.get(cell_name = 'abc')
Selects whether the cell is a real cell or a virtual cell.
- param cell_name:
No help available
- return:
cell_deployment: No help available
- set(cell_name: str, cell_deployment: CellDeployment) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:MCONfig:CDEPloyment driver.configure.signaling.lte.cell.mconfig.cdeployment.set(cell_name = 'abc', cell_deployment = enums.CellDeployment.REAL)
Selects whether the cell is a real cell or a virtual cell.
- param cell_name:
No help available
- param cell_deployment:
No help available