Imag
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:IMAG
- class ImagCls[source]
Imag 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>:IMAG value: float = driver.source.bb.ofdm.alloc.conPoint.imag.get(allocationNull = repcap.AllocationNull.Default, constelationPointNull = repcap.ConstelationPointNull.Default)
Sets the imaginary part of the constellation point of the selected allocation. The imaginary part equals the y-axis value in a cartesian 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_imag: float Range: -100 to 100
- set(cust_const_imag: float, allocationNull=AllocationNull.Default, constelationPointNull=ConstelationPointNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:IMAG driver.source.bb.ofdm.alloc.conPoint.imag.set(cust_const_imag = 1.0, allocationNull = repcap.AllocationNull.Default, constelationPointNull = repcap.ConstelationPointNull.Default)
Sets the imaginary part of the constellation point of the selected allocation. The imaginary part equals the y-axis value in a cartesian coordinate system.
- param cust_const_imag
float Range: -100 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’)