PnwGrant
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PNWGrant
- class PnwGrantCls[source]
PnwGrant commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PNWGrant value: int or bool = driver.configure.signaling.nradio.cell.power.control.pnwGrant.get(cell_name = 'abc')
Sets the parameter ‘p0-NominalWithGrant’, signaled to the UE if the value is not OFF.
- param cell_name:
No help available
- return:
p_0_nomi_with_grant: (integer or boolean) No help available
- set(cell_name: str, p_0_nomi_with_grant: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PNWGrant driver.configure.signaling.nradio.cell.power.control.pnwGrant.set(cell_name = 'abc', p_0_nomi_with_grant = 1)
Sets the parameter ‘p0-NominalWithGrant’, signaled to the UE if the value is not OFF.
- param cell_name:
No help available
- param p_0_nomi_with_grant:
(integer or boolean) No help available