PalphaSet

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PALPhaset
class PalphaSetCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Enable: bool: ON: Signal the ‘P0-PUSCH-AlphaSet’. OFF: Do not signal the ‘P0-PUSCH-AlphaSet’.

  • Alpha: enums.Alpha: No parameter help available

  • P_0: int: No parameter help available

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PALPhaset
value: GetStruct = driver.configure.signaling.nradio.cell.power.control.palphaSet.get(cell_name = 'abc')

Sets the parameters ‘alpha’ and ‘p0’ of the ‘P0-PUSCH-AlphaSet’ that is signaled to the UE, for the initial BWP.

param cell_name:

No help available

return:

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

set(cell_name: str, enable: bool, alpha: Alpha = None, p_0: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PALPhaset
driver.configure.signaling.nradio.cell.power.control.palphaSet.set(cell_name = 'abc', enable = False, alpha = enums.Alpha.A00, p_0 = 1)

Sets the parameters ‘alpha’ and ‘p0’ of the ‘P0-PUSCH-AlphaSet’ that is signaled to the UE, for the initial BWP.

param cell_name:

No help available

param enable:

ON: Signal the ‘P0-PUSCH-AlphaSet’. OFF: Do not signal the ‘P0-PUSCH-AlphaSet’.

param alpha:

No help available

param p_0:

No help available