Real

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:REAL
class RealCls[source]

Real 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>:REAL
value: float = driver.source.bb.ofdm.alloc.conPoint.real.get(allocationNull = repcap.AllocationNull.Default, constelationPointNull = repcap.ConstelationPointNull.Default)

Sets the real part of the constellation point of the selected allocation. The real part equals the x-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_real: float Range: -100 to 100

set(cust_const_real: float, allocationNull=AllocationNull.Default, constelationPointNull=ConstelationPointNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:REAL
driver.source.bb.ofdm.alloc.conPoint.real.set(cust_const_real = 1.0, allocationNull = repcap.AllocationNull.Default, constelationPointNull = repcap.ConstelationPointNull.Default)

Sets the real part of the constellation point of the selected allocation. The real part equals the x-axis value in a cartesian coordinate system.

param cust_const_real

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’)