PaFactor

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:PAFactor
class PaFactorCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) UeScFactor[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:PAFactor
value: enums.UeScFactor = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.uplink.paFactor.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Defines the ‘pusch-AggregationFactor’ of the PUSCH configuration, 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:

factor: No help available

set(cell_name: str, factor: UeScFactor, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:PAFactor
driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.uplink.paFactor.set(cell_name = 'abc', factor = enums.UeScFactor.N2, bwParts = repcap.BwParts.Default)

Defines the ‘pusch-AggregationFactor’ of the PUSCH configuration, signaled to the UE, for BWP <bb>.

param cell_name:

No help available

param factor:

No help available

param bwParts:

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