ALTAStressProfile Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 37: Line 37:


==See Also==
==See Also==
*[[ALTADataSet.AddStressProfile|ALTADataSet.AddStressProfile Method]]
*[[ALTADataSet.AddStressProfile 10|ALTADataSet.AddStressProfile Method]]

Revision as of 23:29, 22 March 2017

APIWiki.png


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.



See Also