SnoptOptions.PrintFilename Property

Top 

Description

Path and filename used to capture output that SNOPT writes to the Print file.

 

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:

""

 

Syntax

myString1 = mySnoptOptions1.PrintFilename;

 

mySnoptOptions1.PrintFilename = myString1;

 

See also

SnoptOptions Object