cAnalyze SetSolverOption_1 Method CSi API ETABS 2015
Sets the model solver options.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int SetSolverOption_1(
	int SolverType,
	int SolverProcessType,
	bool Force32BitSolver,
	string StiffCase = ""
)

Parameters

SolverType
Type: OnlineSystem Int32
This is 0, 1 or 2, indicating the solver type.
  • 0 = Standard solver
  • 1 = Advanced solver
  • 2 = Multi-threaded solver
SolverProcessType
Type: OnlineSystem Int32
This is 0, 1 or 2, indicating the process the analysis is run.
  • 0 = Auto (program determined)
  • 1 = GUI process
  • 2 = Separate process
Force32BitSolver
Type: OnlineSystem Boolean
This is True if the analysis is always run using 32-bit, even on 64-bit computers.
StiffCase (Optional)
Type: OnlineSystem String
The name of the load case used when outputting the mass and stiffness matrices to text files. If this item is blank, no matrices are output.

Return Value

Returns zero if the options are successfully set; otherwise it returns a nonzero value.
Remarks

'''
Examples

See Also