vssGetModelSimParams

Get the model simulation parameters handle.

Syntax

sparams = vssGetModelSimParams(model)

Inputs

model
Model retrieved from the evaluator.
Type: model
Dimension: -

Outputs

sparams
Simulation parameters handle or pointer to a simulation parameter engine structure.
Type: sparam
Dimension: -

Example

Create evaluator and retrieve the respective simulation parameters handle.

modelpath = 'C:/Users/ActivateModel.scm'  
ff = vssCreateEvaluator(modelpath); 
mdl = ff(); 
sparams = vssGetModelSimParams(mdl);