SPKProperties.SPKType Property

Top 

Description

The SPK type that will be used to generate SPK files.

 

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:

integer

Access:

read/write

Default Value:

13 ( SPKType 13 (Lagrange and Hermite Interpolation of variable length intervals) )

Valid Values:

Value

Label

5

SPKType 5 (Discrete states using weighted two-body propagation)

8

SPKType 8 (Lagrange interpolation of position and velocity using fixed length intervals between states)

9

SPKType 9 (Lagrange interpolation of position and velocity using variable length intervals)

10

SPKType 10 (Space command two line elements)

12

SPKType 12 (Hermite interpolation of fixed length intervals)

13

SPKType 13 (Lagrange and Hermite Interpolation of variable length intervals)

18

SPKType 18 SubType 1(Emulation of ESOC's DDID format.)

 

Syntax

myVariable1 = mySPKProperties1.SPKType;

 

mySPKProperties1.SPKType = myVariable1;

 

See also

SPKProperties Object