Phase

SCPI Commands :

READ:GPRF:MEASurement<Instance>:IQVSlot:PHASe
FETCh:GPRF:MEASurement<Instance>:IQVSlot:PHASe
class PhaseCls[source]

Phase commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:IQVSlot:PHASe
value: List[float] = driver.iqVsSlot.phase.fetch()

Returns the contents of the phase result diagram.

Use RsCmwGprfMeas.reliability.last_value to read the updated reliability indicator.

return:

phase: float Comma-separated list of phases, one value per measured step Unit: deg

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:IQVSlot:PHASe
value: List[float] = driver.iqVsSlot.phase.read()

Returns the contents of the phase result diagram.

Use RsCmwGprfMeas.reliability.last_value to read the updated reliability indicator.

return:

phase: float Comma-separated list of phases, one value per measured step Unit: deg