Get the network schedule
encapsulated function getNwSchedule import Modelica_Synchronous.WorkInProgress.Incubate.TrueTime.ExternalC.Network; input Network networkHandle "Handle to network simulator object"; input Integer numberOfFrames "Number of frames"; input Real currTime "Current time"; output Real transmissionSchedule[numberOfFrames]; end getNwSchedule;