Moor
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:MOOR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [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 method
RsSmbv.source.bb.ofdm.alloc.modulation.set().- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
mod_order: integer Range: 2 to 4096
- set(mod_order: int, allocationNull=AllocationNull.Default) None[source]
# [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 method
RsSmbv.source.bb.ofdm.alloc.modulation.set().- Parameters:
mod_order – integer Range: 2 to 4096
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)