LabVIEW Control Design and Simulation Module

EMI_GetZeroCrossingSignals (EMI Function)

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

EMI_GetZeroCrossingSignals (EMI Function)

Owning Class: Zero Crossings

Requires: Control Design and Simulation Module

Prototype

double* EMI_GetZeroCrossingSignals(emiRef model);

Description

Returns a pointer to the signals of an external model being monitored for zero crossings. Use the EMI_CB_CalculateZeroCrossingSignals function to calculate the signals you want to monitor.

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 signals of the model being monitored for zero crossings.

Examples

double* zcSignals = EMI_GetZeroCrossingSignals(model);