<simdata>

Defines a general section that stores all user object definitions.

The element <simdata> information pertains specifically to the simulation environment. Child elements are used for integrating custom simulation features into the application. These main features are nested as child elements within the <simdata> element.

<simdata>
	<load>
	<object>
	<optimizer>
	<solver>
	<geometry>
	<result>
	<step>
	<ExtensionObject>
	<Sampling>
</simdata>

Child tags for the element <simdata>

<load>

Defines a simulation load or boundary.

<load name="[load internal name]" 
  version="[version identifier of the load]" 
  caption="[load display name]" 
  icon="[name of an icon file]" 
  issupport="[true | false]" 
  isload="[true | false]" 
  color="[#xxxxxx]"
  contextual="[true(default) | false]"
  class="[class name]"
  unit="[Default unit name]"
  ...
</load>

<object>

Defines a simulation object.

<object>
	<callbacks> ... </callbacks>
	<property>
	<propertygroup>
	<propertytable>
	<target>
</object>

<optimizer>

Defines an optimizer.

<optimizer>
	<callbacks> ... </callbacks>
	<property>
	<propertygroup>
	<propertytable>
</optimizer>

<solver>

Specifies a third-party solver to be used in the simulation.

<solver>
	<callbacks> ... </callbacks>
	<property>
	<propertygroup>
	<propertytable>
</solver>

<geometry>

Defines a geometry feature.

<geometry>
	<callbacks> ... </callbacks>
	<property>
	<propertygroup>
	<propertytable>
</geometry>

<result>

Defines a custom result.

<result>
	<callbacks> ... </callbacks>
	<property>
	<propertygroup>
	<propertytable>
</result>

<step>

Defines a step in a wizard.

<step>
	<callbacks> ... </callbacks>
	<description>
	<property>
	<propertygroup>
</step>

<Sampling>

Defines a custom sampling.

<sampling>
	<callbacks> ... </callbacks>
	<property>
	<propertygroup>
	<propertytable>
	<target>
</sampling>

Attributes for the element <simdata>

context

Context or combination of contexts (separated using '|').

Mandatory.

context="[Project | targetproduct | targetproduct]">