SolutionCombinationDefinition#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.SolutionCombinationDefinition#
 Bases:
object
Overview#
Add a BaseCase to the SolutionCombinationDefinition  | 
|
Add a LoadCombination to the SolutionCombination Definition  | 
|
Delete a BaseCase from the SolutionCombinationDefinition  | 
|
Delete a LoadCombination from the SolutionCombination Definition  | 
|
Export Load Combination Definition data to Comma Separated Value (CSV) files  | 
|
Gets the BaseCase Analysis property at given index.  | 
|
Gets the Frequency property from the Base Case at given index  | 
|
Gets the BaseCase Name property at given index  | 
|
Gets the Phase Angle property from the Base Case at given index  | 
|
Gets the Time property from the Base Case at given index  | 
|
Gets the Coefficient property at given LoadCombination index and BaseCase index  | 
|
Gets the LoadCombination Name property at given index  | 
|
Gets the Load Combination Type property at given index  | 
|
Import Load Combination Definition data from Comma Separated Value (CSV) files  | 
|
Sets the BaseCase Analysis property to given index.  | 
|
Sets the Frequency property to the Base Case at given index  | 
|
Sets the BaseCase Name property at given index  | 
|
Sets the Phase Angle property to the Base Case at given index  | 
|
Sets the Time property to the Base Case at given index  | 
|
Sets the Coefficient property at given LoadCombination index and BaseCase index  | 
|
Sets the LoadCombination Name property at given index  | 
|
Sets the Load Combination Type property at given index  | 
Gets the number of bases cases  | 
|
Gets the number of load combinations  | 
Property detail#
Method detail#
- SolutionCombinationDefinition.AddBaseCase(name: str, analysis: Ansys.ACT.Automation.Mechanical.Analysis, time: float) None#
 Add a BaseCase to the SolutionCombinationDefinition
- SolutionCombinationDefinition.AddLoadCombination(name: str, type: int) None#
 Add a LoadCombination to the SolutionCombination Definition
- SolutionCombinationDefinition.DeleteBaseCase(index: int) None#
 Delete a BaseCase from the SolutionCombinationDefinition
- SolutionCombinationDefinition.DeleteLoadCombination(index: int) None#
 Delete a LoadCombination from the SolutionCombination Definition
- SolutionCombinationDefinition.Export(filepath: str) None#
 Export Load Combination Definition data to Comma Separated Value (CSV) files
- SolutionCombinationDefinition.GetBaseCaseAnalysis(index: int) Ansys.ACT.Automation.Mechanical.Analysis#
 Gets the BaseCase Analysis property at given index.
- SolutionCombinationDefinition.GetBaseCaseFrequency(index: int) float#
 Gets the Frequency property from the Base Case at given index
- SolutionCombinationDefinition.GetBaseCaseName(index: int) str#
 Gets the BaseCase Name property at given index
- SolutionCombinationDefinition.GetBaseCasePhaseAngle(index: int) float#
 Gets the Phase Angle property from the Base Case at given index
- SolutionCombinationDefinition.GetBaseCaseTime(index: int) float#
 Gets the Time property from the Base Case at given index
- SolutionCombinationDefinition.GetCoefficient(LCindex: int, BCindex: int) float#
 Gets the Coefficient property at given LoadCombination index and BaseCase index
- SolutionCombinationDefinition.GetLoadCombinationName(index: int) str#
 Gets the LoadCombination Name property at given index
- SolutionCombinationDefinition.GetLoadCombinationType(index: int) Ansys.Mechanical.DataModel.Enums.LoadCombinationType#
 Gets the Load Combination Type property at given index
- SolutionCombinationDefinition.Import(filepath: str) None#
 Import Load Combination Definition data from Comma Separated Value (CSV) files
- SolutionCombinationDefinition.SetBaseCaseAnalysis(index: int, analysis: Ansys.ACT.Automation.Mechanical.Analysis) None#
 Sets the BaseCase Analysis property to given index.
- SolutionCombinationDefinition.SetBaseCaseFrequency(index: int, value: float) None#
 Sets the Frequency property to the Base Case at given index
- SolutionCombinationDefinition.SetBaseCaseName(index: int, name: str) None#
 Sets the BaseCase Name property at given index
- SolutionCombinationDefinition.SetBaseCasePhaseAngle(index: int, value: float) None#
 Sets the Phase Angle property to the Base Case at given index
- SolutionCombinationDefinition.SetBaseCaseTime(index: int, value: float) None#
 Sets the Time property to the Base Case at given index
- SolutionCombinationDefinition.SetCoefficient(LCindex: int, BCindex: int, value: float) None#
 Sets the Coefficient property at given LoadCombination index and BaseCase index
- SolutionCombinationDefinition.SetLoadCombinationName(index: int, name: str) None#
 Sets the LoadCombination Name property at given index
- SolutionCombinationDefinition.SetLoadCombinationType(index: int, value: Ansys.Mechanical.DataModel.Enums.LoadCombinationType) None#
 Sets the Load Combination Type property at given index