SolutionCombinationDefinition#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.SolutionCombinationDefinition#

Bases: object

SolutionCombinationDefinition class.

Overview#

AddLoadCombination

Add a LoadCombination to the SolutionCombination Definition

DeleteLoadCombination

Delete a LoadCombination from the SolutionCombination Definition

AddBaseCase

Add a BaseCase to the SolutionCombinationDefinition

DeleteBaseCase

Delete a BaseCase from the SolutionCombinationDefinition

GetBaseCaseName

Gets the BaseCase Name property at given index

SetBaseCaseName

Sets the BaseCase Name property at given index

GetBaseCaseAnalysis

Gets the BaseCase Analysis property at given index.

SetBaseCaseAnalysis

Sets the BaseCase Analysis property to given index.

GetBaseCaseTime

Gets the Time property from the Base Case at given index

SetBaseCaseTime

Sets the Time property to the Base Case at given index

GetBaseCaseFrequency

Gets the Frequency property from the Base Case at given index

SetBaseCaseFrequency

Sets the Frequency property to the Base Case at given index

GetBaseCasePhaseAngle

Gets the Phase Angle property from the Base Case at given index

SetBaseCasePhaseAngle

Sets the Phase Angle property to the Base Case at given index

GetLoadCombinationType

Gets the Load Combination Type property at given index

SetLoadCombinationType

Sets the Load Combination Type property at given index

GetLoadCombinationName

Gets the LoadCombination Name property at given index

SetLoadCombinationName

Sets the LoadCombination Name property at given index

GetCoefficient

Gets the Coefficient property at given LoadCombination index and BaseCase index

SetCoefficient

Sets the Coefficient property at given LoadCombination index and BaseCase index

Import

Import Load Combination Definition data from Comma Separated Value (CSV) files

Export

Export Load Combination Definition data to Comma Separated Value (CSV) files

LoadCombinationCount

Gets the number of load combinations

BaseCaseCount

Gets the number of bases cases

Property detail#

property SolutionCombinationDefinition.LoadCombinationCount: System.Int32 | None

Gets the number of load combinations

property SolutionCombinationDefinition.BaseCaseCount: System.Int32 | None

Gets the number of bases cases

Method detail#

SolutionCombinationDefinition.AddLoadCombination(name: System.String, type: System.Int32) System.Void

Add a LoadCombination to the SolutionCombination Definition

SolutionCombinationDefinition.DeleteLoadCombination(index: System.Int32) System.Void

Delete a LoadCombination from the SolutionCombination Definition

SolutionCombinationDefinition.AddBaseCase(name: System.String, analysis: Ansys.ACT.Automation.Mechanical.Analysis, time: System.Double) System.Void

Add a BaseCase to the SolutionCombinationDefinition

SolutionCombinationDefinition.DeleteBaseCase(index: System.Int32) System.Void

Delete a BaseCase from the SolutionCombinationDefinition

SolutionCombinationDefinition.GetBaseCaseName(index: System.Int32) System.String

Gets the BaseCase Name property at given index

SolutionCombinationDefinition.SetBaseCaseName(index: System.Int32, name: System.String) System.Void

Sets the BaseCase Name property at given index

SolutionCombinationDefinition.GetBaseCaseAnalysis(index: System.Int32) Ansys.ACT.Automation.Mechanical.Analysis

Gets the BaseCase Analysis property at given index.

SolutionCombinationDefinition.SetBaseCaseAnalysis(index: System.Int32, analysis: Ansys.ACT.Automation.Mechanical.Analysis) System.Void

Sets the BaseCase Analysis property to given index.

SolutionCombinationDefinition.GetBaseCaseTime(index: System.Int32) System.Double

Gets the Time property from the Base Case at given index

SolutionCombinationDefinition.SetBaseCaseTime(index: System.Int32, value: System.Double) System.Void

Sets the Time property to the Base Case at given index

SolutionCombinationDefinition.GetBaseCaseFrequency(index: System.Int32) System.Double

Gets the Frequency property from the Base Case at given index

SolutionCombinationDefinition.SetBaseCaseFrequency(index: System.Int32, value: System.Double) System.Void

Sets the Frequency property to the Base Case at given index

SolutionCombinationDefinition.GetBaseCasePhaseAngle(index: System.Int32) System.Double

Gets the Phase Angle property from the Base Case at given index

SolutionCombinationDefinition.SetBaseCasePhaseAngle(index: System.Int32, value: System.Double) System.Void

Sets the Phase Angle property to the Base Case at given index

SolutionCombinationDefinition.GetLoadCombinationType(index: System.Int32) Ansys.Mechanical.DataModel.Enums.LoadCombinationType

Gets the Load Combination Type property at given index

SolutionCombinationDefinition.SetLoadCombinationType(index: System.Int32, value: Ansys.Mechanical.DataModel.Enums.LoadCombinationType) System.Void

Sets the Load Combination Type property at given index

SolutionCombinationDefinition.GetLoadCombinationName(index: System.Int32) System.String

Gets the LoadCombination Name property at given index

SolutionCombinationDefinition.SetLoadCombinationName(index: System.Int32, name: System.String) System.Void

Sets the LoadCombination Name property at given index

SolutionCombinationDefinition.GetCoefficient(LCindex: System.Int32, BCindex: System.Int32) System.Double

Gets the Coefficient property at given LoadCombination index and BaseCase index

SolutionCombinationDefinition.SetCoefficient(LCindex: System.Int32, BCindex: System.Int32, value: System.Double) System.Void

Sets the Coefficient property at given LoadCombination index and BaseCase index

SolutionCombinationDefinition.Import(filepath: System.String) System.Void

Import Load Combination Definition data from Comma Separated Value (CSV) files

SolutionCombinationDefinition.Export(filepath: System.String) System.Void

Export Load Combination Definition data to Comma Separated Value (CSV) files