DSNObservation.CarrierLockStatus Property

Top 

Description

Carrier lock status. 0 => Off; 1 => Open; 2 => Acquiring; FFT Search; 3 => Acquiring, Waiting for Lock Decision; 4 => In Lock; 5 => Out of Lock

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Off )

Valid Values:

Value

Label

0

Off

1

Open

2

Acquiring; FFT Search

3

Acquiring; Waiting for Lock Decision

4

In Lock

5

Out of Lock

 

Syntax

myVariable1 = myDSNObservation1.CarrierLockStatus;

 

myDSNObservation1.CarrierLockStatus = myVariable1;

 

See also

DSNObservation Object