LabVIEW Control Design and Simulation Module

EMI_GetUpperLimits (EMI Function)

  • Updated2023-03-14
  • 1 minute(s) read

EMI_GetUpperLimits (EMI Function)

Owning Class: Continuous States

Requires: Control Design and Simulation Module

Prototype

double* EMI_GetUpperLimits(emiRef model);

Description

Returns a pointer to the upper limits of the continuous states of an external model.

Examples

Inputs

Name Description
model Specifies a reference to the external model. Use this reference as an input to other EMI functions. Do not modify model directly.

Return Value

Returns a pointer to the upper limits of the continuous states of the model.

Examples

double* upperLimits = EMI_GetUpperLimits(model);

Related Topics

EMI_GetLowerLimits

Log in to get a better experience