DSNObservation.PreviousPhaseCountParts Property

Top 

Description

Total Count Phase observable of previous record. This is stored as 3 values in an Array. The high part, which is total integer phase cycles divided by 2^32, is the first array element. The low part, which is Total integer phase cycles modulo 2^32, is the second array element. The fractional count, which is Total integer phase cycles multiplied by 2^32, is the third array element.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

Array of number (size = 3)

Access:

read/write

Default Value:

{ 0, 0, 0 }

Valid Range:

DSNObservation.PreviousPhaseCountParts ≥ 0

 

Syntax

myVariable1 = myDSNObservation1.PreviousPhaseCountParts[0];

 

myDSNObservation1.PreviousPhaseCountParts[0] = myVariable1;

 

See also

DSNObservation Object