Contents - Index


Solve and SolveTable (Macro Command)

 

Solve

Solve as if the Solve command has been issued.

 

 

SolveTable /S /U /R 'Table 1' Rows=1..10

Solve rows 1 through 10 of the Parametric Table having the name 'Table 1'.  If no range is specified, all rows are solved.  The start and stop row numbers may be specified with variables that have been previously defined, e.g., SolveTable 'Table 1' Rows=Start..Stop.  If /S is provided the calculations will stop if an error is encountered and remaining rows of the table will not be processed.  If /U is provided, the guess values will be updated after each row of the table successfully completes calculations.  If /R is provided the calculations will be start on the last row and proceed to the first row of the specified range.

 

MacroCommands