Ctype

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:CTYPe
class CtypeCls[source]

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

get(carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) ChannelTypeA[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:CTYPe
value: enums.ChannelTypeA = driver.configure.nrMmwMeas.cc.allocation.ctype.get(carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

Selects the type of channel to be measured, for carrier <no>, allocation <a>.

param carrierComponent:

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

param allocationMore:

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

return:

channel: No help available

set(channel: ChannelTypeA, carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:CTYPe
driver.configure.nrMmwMeas.cc.allocation.ctype.set(channel = enums.ChannelTypeA.PUCCh, carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

Selects the type of channel to be measured, for carrier <no>, allocation <a>.

param channel:

No help available

param carrierComponent:

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

param allocationMore:

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