RaType

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:DL:RATYpe
class RaTypeCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) ResourceAllocationType[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:DL:RATYpe
value: enums.ResourceAllocationType = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.raType.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Configures the signaled ‘resourceAllocation’ for DL SPS scheduling, for BWP <bb>.

param cell_name:

type 0, type 1, dynamic switch

param bwParts:

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

return:

resource_allocation_type: No help available

set(cell_name: str, resource_allocation_type: ResourceAllocationType, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:DL:RATYpe
driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.raType.set(cell_name = 'abc', resource_allocation_type = enums.ResourceAllocationType.DSWich, bwParts = repcap.BwParts.Default)

Configures the signaled ‘resourceAllocation’ for DL SPS scheduling, for BWP <bb>.

param cell_name:

No help available

param resource_allocation_type:

No help available

param bwParts:

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