Values.SimulationClockSourceStatus information about the simulation clock.
type nonrec t = {status : ClockStatus.t option;The current status of the simulation clock.
*)targetStatus : ClockTargetStatus.t option;The desired status of the simulation clock.
*)}