Direction
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl:RPTolerance:DIRection
- class DirectionCls[source]
Direction commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) TpcDirection[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl:RPTolerance:DIRection value: enums.TpcDirection = driver.configure.signaling.nradio.cell.power.control.tpControl.rpTolerance.direction.get(cell_name = 'abc')
Selects the direction of the TPC pattern for relative power tolerance tests, for the initial BWP.
- param cell_name:
No help available
- return:
direction: No help available
- set(cell_name: str, direction: TpcDirection) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl:RPTolerance:DIRection driver.configure.signaling.nradio.cell.power.control.tpControl.rpTolerance.direction.set(cell_name = 'abc', direction = enums.TpcDirection.ALTernating)
Selects the direction of the TPC pattern for relative power tolerance tests, for the initial BWP.
- param cell_name:
No help available
- param direction:
No help available