Sassignment

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:SASSignment
class SassignmentCls[source]

Sassignment commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(sc_spacing: ScSpacing, slot_no: float, carrierComponent=CarrierComponent.Default) int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:SASSignment
value: int or bool = driver.configure.nrMmwMeas.cc.sassignment.get(sc_spacing = enums.ScSpacing.S120k, slot_no = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the allocation assigned to UL slot <SlotNo>, for carrier <no>, subcarrier spacing <SCSpacing>.

param sc_spacing:

Subcarrier spacing 60 kHz, 120 kHz.

param slot_no:

No help available

param carrierComponent:

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

return:

allocation: (integer or boolean) Allocation assigned to the UL slot. For X slots and DL slots, there is no allocation (NAV) . ON | OFF enables or disables the scheduling of the UL slot.

set(sc_spacing: ScSpacing, slot_no: float, allocation: int, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:SASSignment
driver.configure.nrMmwMeas.cc.sassignment.set(sc_spacing = enums.ScSpacing.S120k, slot_no = 1.0, allocation = 1, carrierComponent = repcap.CarrierComponent.Default)

Selects the allocation assigned to UL slot <SlotNo>, for carrier <no>, subcarrier spacing <SCSpacing>.

param sc_spacing:

Subcarrier spacing 60 kHz, 120 kHz.

param slot_no:

No help available

param allocation:

(integer or boolean) Allocation assigned to the UL slot. For X slots and DL slots, there is no allocation (NAV) . ON | OFF enables or disables the scheduling of the UL slot.

param carrierComponent:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrMmwMeas.cc.sassignment.clone()

Subgroups