ALTAGeneralOptions Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) |
||
Line 8: | Line 8: | ||
== Usage Example == | == Usage Example == | ||
<div style="margin-right: 150px;"> | |||
{{APIComment|'Set general settings}} | {{APIComment|'Set general settings}} | ||
ADS.GeneralSettings.AllowLargeBetaValues = False | ADS.GeneralSettings.AllowLargeBetaValues = False | ||
ADS.GeneralSettings.ImplementStressAtTheEndOfTheStep = False | ADS.GeneralSettings.ImplementStressAtTheEndOfTheStep = False | ||
</div> |
Revision as of 22:38, 23 May 2014
Sets some of the Application Setup calculation options that can apply to the ALTADataSet.Calculate method.
Properties
- AllowLargeBetaValues (as boolean) Sets if large beta values should be used for a cumulative data model.
- ImplementStressAtTheEndOfTheStep (as boolean) For time-varying stresses, defines the stress segment if time is the start of one and also the end of another segment.
Usage Example
'Set general settings
ADS.GeneralSettings.AllowLargeBetaValues = False
ADS.GeneralSettings.ImplementStressAtTheEndOfTheStep = False