SnoptOptions.FunctionPrecision Property

Top 

Description

The accuracy with which the non-linear functions can be computed. Refer to SNOPT documentation for more information.

 

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:

number

Access:

read/write

Default Value:

3.7e-11

Valid Range:

SnoptOptions.FunctionPrecision > 0

 

Syntax

myVariable1 = mySnoptOptions1.FunctionPrecision;

 

mySnoptOptions1.FunctionPrecision = myVariable1;

 

See also

SnoptOptions Object