SPKProperties.PolynomialDegree Property

Top 

Description

This is the degree of an interpolating polynomial. This is property is relevant when creating type 8, 9, 12, or 13 (Lagrange and hermite interpolation). For types 8 and 9 requires odd value, while types 12 and 13 must be 3-mod-4 (that is, 3, 7, 11, 15, 19, 23, 27).

 

Timing Precision Mode

This page describes functionality in millisecond 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:

7

Valid Range:

1 ≤ SPKProperties.PolynomialDegree ≤ 27

 

Syntax

myVariable1 = mySPKProperties1.PolynomialDegree;

 

mySPKProperties1.PolynomialDegree = myVariable1;

 

See also

SPKProperties Object