PaFactor
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:UL:PAFactor
- class PaFactorCls[source]
PaFactor commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) UeScFactor[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:UL:PAFactor value: enums.UeScFactor = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.uplink.paFactor.get(cell_name = 'abc')
Defines the ‘pusch-AggregationFactor’ of the PUSCH configuration, signaled to the UE, for the initial BWP.
- param cell_name:
No help available
- return:
factor: No help available
- set(cell_name: str, factor: UeScFactor) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:UL:PAFactor driver.configure.signaling.nradio.cell.ueScheduling.userDefined.uplink.paFactor.set(cell_name = 'abc', factor = enums.UeScFactor.N2)
Defines the ‘pusch-AggregationFactor’ of the PUSCH configuration, signaled to the UE, for the initial BWP.
- param cell_name:
No help available
- param factor:
No help available