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 |
||
| Line 20: | Line 20: | ||
|[[ALTAStressProfile.GetSegments|GetSegments()]]||{{:ALTAStressProfile.GetSegments}} | |[[ALTAStressProfile.GetSegments|GetSegments()]]||{{:ALTAStressProfile.GetSegments}} | ||
|- | |- | ||
|[[ALTAStressProfile.Clear|Clear]]||ALTAStressProfile.Clear | |[[ALTAStressProfile.Clear|Clear]]||{{:ALTAStressProfile.Clear}} | ||
|} | |} | ||
| 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 from the last stress. '''Boolean'''. | |RepeatCycle||Indicates whether to cycle through the segments; otherwise, continues from the last stress. '''Boolean'''. Default value = False. | ||
|} | |} | ||
Revision as of 18:01, 29 April 2016
![]() |
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. |
| GetSegments() | Deprecated Returns an array of ALTASegment objects that represent the segments in the stress profile. |
| Clear | Deprecated Deletes all 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 from the last stress. Boolean. Default value = False. |
