ALTAStressProfile Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template:APIBreadcrumb}} | {{Template:API}}{{Template:DeprecatedAPI|class}}{{Template:APIBreadcrumb}} | ||
Line 17: | Line 17: | ||
|- | |- | ||
| style="width: 180px;"|[[ALTAStressProfile.AddSegment|AddSegment]]||{{:ALTAStressProfile.AddSegment}} | | style="width: 180px;"|[[ALTAStressProfile.AddSegment|AddSegment]]||{{:ALTAStressProfile.AddSegment}} | ||
|- | |||
|[[ALTAStressProfile.Clear|Clear]]||{{:ALTAStressProfile.Clear}} | |||
|- | |- | ||
|[[ALTAStressProfile.GetSegments|GetSegments()]]||{{:ALTAStressProfile.GetSegments}} | |[[ALTAStressProfile.GetSegments|GetSegments()]]||{{:ALTAStressProfile.GetSegments}} | ||
|} | |} | ||
Line 29: | Line 29: | ||
| style="width: 180px;"|Name||Gets or sets the name of the stress profile. '''String'''. | | style="width: 180px;"|Name||Gets or sets the name of the stress profile. '''String'''. | ||
|- | |- | ||
|RepeatCycle||Indicates whether to cycle through the segments; otherwise, continues | |RepeatCycle||Indicates whether to cycle through the segments; otherwise, continues with the last stress. '''Boolean'''. Default value = False. | ||
|} | |} | ||
Line 37: | Line 37: | ||
==See Also== | ==See Also== | ||
*[[ALTADataSet.AddStressProfile|ALTADataSet.AddStressProfile Method]] | *[[ALTADataSet.AddStressProfile 10|ALTADataSet.AddStressProfile Method]] |
Latest revision as of 15:31, 23 March 2017
This class has been deprecated and may be removed in future versions of the Synthesis API. Do not use it in new applications.
Member of: SynthesisAPI
Represents a time-dependent stress profile.
Constructor
Name | Description |
---|---|
ALTAStressProfile | Creates an instance of the ALTAStressProfile class. |
ALTAStressProfile() | Deprecated A parameterized constructor for the ALTAStressProfile class. (.NET only) |
Methods
Name | Description |
---|---|
AddSegment | Deprecated Adds a new segment to the stress profile. |
Clear | Deprecated Deletes all segments in the stress profile. |
GetSegments() | Deprecated Returns an array of ALTASegment objects that represent the segments in the stress profile. |
Properties
Name | Description |
---|---|
Name | Gets or sets the name of the stress profile. String. |
RepeatCycle | Indicates whether to cycle through the segments; otherwise, continues with the last stress. Boolean. Default value = False. |