PalphaSet
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>: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, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:PALPhaset value: GetStruct = driver.configure.signaling.nradio.cell.bwp.power.control.palphaSet.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Sets the parameters ‘alpha’ and ‘p0’ of the ‘P0-PUSCH-AlphaSet’ that is signaled to the UE, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- 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, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:PALPhaset driver.configure.signaling.nradio.cell.bwp.power.control.palphaSet.set(cell_name = 'abc', enable = False, alpha = enums.Alpha.A00, p_0 = 1, bwParts = repcap.BwParts.Default)
Sets the parameters ‘alpha’ and ‘p0’ of the ‘P0-PUSCH-AlphaSet’ that is signaled to the UE, for BWP <bb>.
- 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
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)