.DESLib.SIMANLib.SRC.Elements.Entities.ECreate

Information

creates a new entity of the given entity type

Interface

function ECreate
  input Integer n;
  input Real HCR "Entity Type HoldCostRate";
  input Real VA "Entity Type VACost";
  input Real NVA "Entity Type NVACost";
  input Real W "Entity Type WaitCost";
  input Real T "Entity Type TranCost";
  input Real O "Entity Type OtherCost";
  input Integer ID "Entity Type ID";
  input Real Time "current time";
  input Integer attr "reference to the attributes list";
  output Integer entity "reference to the new entity";
end ECreate;

Generated at 2024-05-19T18:15:52Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos