Write/Read
About Phase Coherent Measurements

PhaseProcessState Property


Description

Enables/disables phase computing.

 VB Syntax

sa.coherence.PhaseProcessState = value

Variable

(Type) - Description

sa.coherence

A SpectrumAnalyzerCoherence (object)

value

(Boolean) Choose from:

0 - OFF - Phase computing disabled.

1 - ON - Phase computing enabled.

Return Type

Boolean

Default

OFF

Examples

sa.coherence.PhaseProcessState = ON 'Write

value = sa.coherence.PhaseProcessState 'Read

C++ Syntax

HRESULT get_PhaseProcessState(VARIANT_BOOL* enable)
HRESULT put_PhaseProcessState(VARIANT_BOOL enable)

Interface

ICoherenceSA2