.FaultTriggering.FaultOutput.FaultTrigger

Standard Fault model that is used in the case that no FaultTrigger global is defined

Information

Default model of the FaultTrigger to supply all variable faults with values.

The default outputs of the fault channels is:

  realFault[1] = time;
  realFault[2] = time*2;
  realFault[3] = time*3;
  realFault[4] = time*4;

  integerFault[1] = 0;
  integerFault[2] = 1;
  integerFault[3] = 2;
  integerFault[4] = 3;

  booleanFault[1] = true;
  booleanFault[2] = false;
  booleanFault[3] = true;
  booleanFault[4] = false;

Revisions

Copyright
© 2012-2015, DLR Institute of System Dynamics and Control

Generated at 2025-04-01T18:24:36Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos