LabVIEW Control Design and Simulation Module

EMI_GetNumberOfOutputs (EMI Function)

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

EMI_GetNumberOfOutputs (EMI Function)

Owning Class: Outputs

Requires: Control Design and Simulation Module

Prototype

unsigned int EMI_GetNumberOfOutputs(emiRef model);

Description

Returns the number of outputs for 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 the number of outputs for the model.

Examples

unsigned int numOutputs = EMI_GetNumberOfOutputs(model);

Related Topics

EMI_AddScalarOutput
EMI_AddVectorOutput