Direction

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:RPTolerance:DIRection
class DirectionCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) TpcDirection[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:RPTolerance:DIRection
value: enums.TpcDirection = driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.rpTolerance.direction.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Selects the direction of the TPC pattern for relative power tolerance tests, for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

direction: No help available

set(cell_name: str, direction: TpcDirection, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:RPTolerance:DIRection
driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.rpTolerance.direction.set(cell_name = 'abc', direction = enums.TpcDirection.ALTernating, bwParts = repcap.BwParts.Default)

Selects the direction of the TPC pattern for relative power tolerance tests, for BWP <bb>.

param cell_name:

No help available

param direction:

No help available

param bwParts:

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