Phase
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:PHASe
- class PhaseCls[source]
Phase 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>:PHASe value: float = driver.source.bb.ofdm.alloc.conPoint.phase.get(allocationNull = repcap.AllocationNull.Default, constelationPointNull = repcap.ConstelationPointNull.Default)
No command help available
- 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_phase: float Range: 0 to 360
- set(cust_const_phase: float, allocationNull=AllocationNull.Default, constelationPointNull=ConstelationPointNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CONPoint<ST0>:PHASe driver.source.bb.ofdm.alloc.conPoint.phase.set(cust_const_phase = 1.0, allocationNull = repcap.AllocationNull.Default, constelationPointNull = repcap.ConstelationPointNull.Default)
No command help available
- param cust_const_phase
float Range: 0 to 360
- 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’)