Class SimulationTimeCondition
- Applied Stereotypes:
-
XSDcomplexType
Compares the simulation time to the specified value. The logical operator is defined by the rule attribute.
- Used in:
-
ByValueCondition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
rule |
Rule |
1..1 |
XSDattribute
|
The operator (less, greater, equal). |
|
value |
double |
1..1 |
XSDattribute
|
Time value of the simulation time condition. Unit: [s]. |
|
XSD 1.3 Representation |
<xsd:complexType name="SimulationTimeCondition">
<xsd:attribute name="rule" type="Rule" use="required"/>
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property rule
- Property value
|
To XSD