OpenModelOptions

class cee.ug.OpenModelOptions()

Options for RemoteModel.openModel()

Arguments:
  • defaultResultCalculatorDefinitions: – Provide setup of result calculators requiring an initString (e.g. expression) that should be available when the model is opened. This will allow you to use this result in the OpenModelCallback passed into openModel(). See RemoteModel.createResultCalculator for more info. Note: this is only needed for calculators that require an init string and not for calculators producing pre-defined results.

  • configFlags: – Internal config flags used for debugging and testing of new features.


Properties

OpenModelOptions.configFlags
Type:

string optional

OpenModelOptions.defaultResultCalculatorDefinitions
Type:

[ResultCalculatorDefinition] optional