DSNMediaCorrectionCommand.ComputationSpecifier Property

Top 

Description

The function type used for the calibrated correction. Note that while the prefix 'D' is allowed all evaluations will be performed in double precision.

 

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:

string

Access:

read/write

Default Value:

"DCONST" ( Constant - double )

Valid Values:

Value

Label

"CONST"

Constant - single

"TRIG"

Fourier Series - single

"NRMPOW"

Normalized Power Series - single

"DCONST"

Constant - double

"DTRIG"

Fourier Series - double

"DNRMPOW"

Normalized Power Series - double

 

Syntax

myString1 = myDSNMediaCorrectionCommand1.ComputationSpecifier;

 

myDSNMediaCorrectionCommand1.ComputationSpecifier = myString1;

 

See also

DSNMediaCorrectionCommand Object