.TransiEnt.Basics.Functions.calc_true_booleans

Information

1. Purpose of model

Calculates the number of true booleans in a list

2. Level of detail, physical effects considered, and physical insight

(no remarks)

3. Limits of validity

(no remarks)

4. Interfaces

(no remarks)

5. Nomenclature

(no remarks)

6. Governing Equations

(no remarks)

7. Remarks for Usage

(no remarks)

8. Validation

(no remarks)

9. References

(no remarks)

10. Version History

Model created during IntegraNet I by Philipp Huismann (October 2018) (huismann@gwi-essen.de)

Interface

function calc_true_booleans
  extends TransiEnt.Basics.Icons.Function;
  input Boolean vals[:];
  input Integer n;
  output Integer result;
end calc_true_booleans;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos