Magn
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:MAGN
- class MagnCls[source]
Magn commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default, constelationPointNull=ConstelationPointNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:MAGN value: float = driver.source.bb.ofdm.alloc.conPoint.magn.get(allocationNull = repcap.AllocationNull.Default, constelationPointNull = repcap.ConstelationPointNull.Default)
Sets the magnitude of the constellation point of the selected allocation. The magnitude value applies for a cylindrical coordinate system.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- param constelationPointNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘ConPoint’)
- return
cust_const_magn: float Range: 0 to 100
- set(cust_const_magn: float, allocationNull=AllocationNull.Default, constelationPointNull=ConstelationPointNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:MAGN driver.source.bb.ofdm.alloc.conPoint.magn.set(cust_const_magn = 1.0, allocationNull = repcap.AllocationNull.Default, constelationPointNull = repcap.ConstelationPointNull.Default)
Sets the magnitude of the constellation point of the selected allocation. The magnitude value applies for a cylindrical coordinate system.
- param cust_const_magn
float Range: 0 to 100
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- param constelationPointNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘ConPoint’)