All

SCPI Command :

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

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

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

No command help available

param sc_spacing:

No help available

param carrierComponent:

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

return:

allocation: (integer or boolean items) No help available

set(sc_spacing: ScSpacing, allocation: List[int], carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:SASSignment:ALL
driver.configure.nrMmwMeas.cc.sassignment.all.set(sc_spacing = enums.ScSpacing.S120k, allocation = [1, True, 2, False, 3], carrierComponent = repcap.CarrierComponent.Default)

No command help available

param sc_spacing:

No help available

param allocation:

(integer or boolean items) No help available

param carrierComponent:

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