Values.LiveSimulationStateSourceA collection of additional state information, such as domain and clock configuration.
type nonrec t = {clocks : SimulationClockList.t option;A list of simulation clocks. At this time, a simulation has only one clock.
*)domains : DomainList.t option;A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SimSpaceWeaverResourceName.t ])
list ]
list ])
list ]