Indexes   

SetOfEquation (Object)

Represents the set of equations object.

Method Index

GetMaxCalculationTime
Returns the maximum time of the model calculations.
GetPrecision
Returns the calculation precision.
GetSymbolcTransformations
Returns whether the Gauss method is used during the symbolic transformation.
IsStopDialog
Returns whether the "Stop Dialog" will be shown during calculations.
SetMaxCalculationTime
Sets a maximum time to the model calculations.
SetParameterAsInput
Specifies that the parameter must be considered as input parameter.
SetParameterAsOutput
Specifies that the parameter must be considered as an output parameter.
SetPrecision
Sets the calculation precision.
UseStopDialog
Specifies whether the 'Stop Dialog' should be shown during calculations.
UseSymbolcTransformations
Specifies whether the Gauss method should be used during the symbolic transformation.

Methods


o Func GetMaxCalculationTime() As
Returns the maximum time of the model calculations.
o Func GetPrecision() As
Returns the calculation precision.
o Func GetSymbolcTransformations() As
Returns whether the Gauss method is used during the symbolic transformation.
TRUE if the Gauss method is used during the symbolic transformation.
o Func IsStopDialog() As
Returns whether the "Stop Dialog" will be shown during calculations.
TRUE if the 'Stop Dialog' will be shown during calculations.
o Sub SetMaxCalculationTime( iMaxTime)
Sets a maximum time to the model calculations.
o Sub SetParameterAsInput( iParameter)
Specifies that the parameter must be considered as input parameter.
Parameters:
iParameter
The parameter to set up as input of the SetOfEquationObject
o Sub SetParameterAsOutput( iParameter)
Specifies that the parameter must be considered as an output parameter.
Parameters:
iParameter
The parameter to set up as output of the SetOfEquationObject
o Sub SetPrecision( iEps)
Sets the calculation precision.
Parameters:
iEps
a precision
Legal values: 1e-10 ≤ iEps ≤ 0.1
o Sub UseStopDialog( iUsed)
Specifies whether the 'Stop Dialog' should be shown during calculations.
TRUE to show the 'Stop Dialog' during calculations.
o Sub UseSymbolcTransformations( iGauss)
Specifies whether the Gauss method should be used during the symbolic transformation.
TRUE to use the Gauss method during the symbolic transformation.

Copyright © 2006, Dassault Systèmes. All rights reserved.