Moor

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:MOOR
class MoorCls[source]

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

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:MOOR
value: int = driver.source.bb.ofdm.alloc.moor.get(allocationNull = repcap.AllocationNull.Default)

Sets/queries the modulation order of the allocation. Setting requires custom constellation modulation, see [:SOURce<hw>]:BB:OFDM:ALLoc<ch0>:MODulation.

param allocationNull

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

return

mod_order: integer Range: 2 to 4096

set(mod_order: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:MOOR
driver.source.bb.ofdm.alloc.moor.set(mod_order = 1, allocationNull = repcap.AllocationNull.Default)

Sets/queries the modulation order of the allocation. Setting requires custom constellation modulation, see [:SOURce<hw>]:BB:OFDM:ALLoc<ch0>:MODulation.

param mod_order

integer Range: 2 to 4096

param allocationNull

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