Write/Read
About Phase Reference Cal

PhaseReference Property


Description

Sets and returns the Phase Reference ID to be used for the Phase Reference calibration.  Use GetConnectedPhaseReferences to read the phase references currently connected to the PNA USB.

 VB Syntax

phasRef.PhaseReference = value

Variable

(Type) - Description

phasRef

A PhaseReferenceCalibration Object

value

(String) Phase Reference ID name.

Return Type

String

Default

Not Applicable

Examples

phase.PhaseReference = "MYPRT0001"

See example program

C++ Syntax

HRESULT get_PhaseReference(BSTR PhaseReference* pVals);

HRESULT put_PhaseReference(BSTR PhaseReference newVals);

Interface

IPhaseReferenceCalibration


Last Modified:

3-Apr-2012

MX New topic