.. vale off :class:`SolutionCombinationDefinition` ====================================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.SolutionCombinationDefinition Bases: :py:obj:`object` SolutionCombinationDefinition class. .. !! processed by numpydoc !! .. py:currentmodule:: SolutionCombinationDefinition Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~AddLoadCombination` - Add a LoadCombination to the SolutionCombination Definition * - :py:attr:`~DeleteLoadCombination` - Delete a LoadCombination from the SolutionCombination Definition * - :py:attr:`~AddBaseCase` - Add a BaseCase to the SolutionCombinationDefinition * - :py:attr:`~DeleteBaseCase` - Delete a BaseCase from the SolutionCombinationDefinition * - :py:attr:`~GetBaseCaseName` - Gets the BaseCase Name property at given index * - :py:attr:`~SetBaseCaseName` - Sets the BaseCase Name property at given index * - :py:attr:`~GetBaseCaseAnalysis` - Gets the BaseCase Analysis property at given index. * - :py:attr:`~SetBaseCaseAnalysis` - Sets the BaseCase Analysis property to given index. * - :py:attr:`~GetBaseCaseTime` - Gets the Time property from the Base Case at given index * - :py:attr:`~SetBaseCaseTime` - Sets the Time property to the Base Case at given index * - :py:attr:`~GetBaseCaseFrequency` - Gets the Frequency property from the Base Case at given index * - :py:attr:`~SetBaseCaseFrequency` - Sets the Frequency property to the Base Case at given index * - :py:attr:`~GetBaseCasePhaseAngle` - Gets the Phase Angle property from the Base Case at given index * - :py:attr:`~SetBaseCasePhaseAngle` - Sets the Phase Angle property to the Base Case at given index * - :py:attr:`~GetLoadCombinationType` - Gets the Load Combination Type property at given index * - :py:attr:`~SetLoadCombinationType` - Sets the Load Combination Type property at given index * - :py:attr:`~GetLoadCombinationName` - Gets the LoadCombination Name property at given index * - :py:attr:`~SetLoadCombinationName` - Sets the LoadCombination Name property at given index * - :py:attr:`~GetCoefficient` - Gets the Coefficient property at given LoadCombination index and BaseCase index * - :py:attr:`~SetCoefficient` - Sets the Coefficient property at given LoadCombination index and BaseCase index * - :py:attr:`~Import` - Import Load Combination Definition data from Comma Separated Value (CSV) files * - :py:attr:`~Export` - Export Load Combination Definition data to Comma Separated Value (CSV) files .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~LoadCombinationCount` - Gets the number of load combinations * - :py:attr:`~BaseCaseCount` - Gets the number of bases cases Property detail --------------- .. py:property:: LoadCombinationCount :no-index: :type: Optional[System.Int32] Gets the number of load combinations .. !! processed by numpydoc !! .. py:property:: BaseCaseCount :no-index: :type: Optional[System.Int32] Gets the number of bases cases .. !! processed by numpydoc !! Method detail ------------- .. py:method:: AddLoadCombination(name: System.String, type: System.Int32) -> System.Void :no-index: Add a LoadCombination to the SolutionCombination Definition .. !! processed by numpydoc !! .. py:method:: DeleteLoadCombination(index: System.Int32) -> System.Void :no-index: Delete a LoadCombination from the SolutionCombination Definition .. !! processed by numpydoc !! .. py:method:: AddBaseCase(name: System.String, analysis: Ansys.ACT.Automation.Mechanical.Analysis, time: System.Double) -> System.Void :no-index: Add a BaseCase to the SolutionCombinationDefinition .. !! processed by numpydoc !! .. py:method:: DeleteBaseCase(index: System.Int32) -> System.Void :no-index: Delete a BaseCase from the SolutionCombinationDefinition .. !! processed by numpydoc !! .. py:method:: GetBaseCaseName(index: System.Int32) -> System.String :no-index: Gets the BaseCase Name property at given index .. !! processed by numpydoc !! .. py:method:: SetBaseCaseName(index: System.Int32, name: System.String) -> System.Void :no-index: Sets the BaseCase Name property at given index .. !! processed by numpydoc !! .. py:method:: GetBaseCaseAnalysis(index: System.Int32) -> Ansys.ACT.Automation.Mechanical.Analysis :no-index: Gets the BaseCase Analysis property at given index. .. !! processed by numpydoc !! .. py:method:: SetBaseCaseAnalysis(index: System.Int32, analysis: Ansys.ACT.Automation.Mechanical.Analysis) -> System.Void :no-index: Sets the BaseCase Analysis property to given index. .. !! processed by numpydoc !! .. py:method:: GetBaseCaseTime(index: System.Int32) -> System.Double :no-index: Gets the Time property from the Base Case at given index .. !! processed by numpydoc !! .. py:method:: SetBaseCaseTime(index: System.Int32, value: System.Double) -> System.Void :no-index: Sets the Time property to the Base Case at given index .. !! processed by numpydoc !! .. py:method:: GetBaseCaseFrequency(index: System.Int32) -> System.Double :no-index: Gets the Frequency property from the Base Case at given index .. !! processed by numpydoc !! .. py:method:: SetBaseCaseFrequency(index: System.Int32, value: System.Double) -> System.Void :no-index: Sets the Frequency property to the Base Case at given index .. !! processed by numpydoc !! .. py:method:: GetBaseCasePhaseAngle(index: System.Int32) -> System.Double :no-index: Gets the Phase Angle property from the Base Case at given index .. !! processed by numpydoc !! .. py:method:: SetBaseCasePhaseAngle(index: System.Int32, value: System.Double) -> System.Void :no-index: Sets the Phase Angle property to the Base Case at given index .. !! processed by numpydoc !! .. py:method:: GetLoadCombinationType(index: System.Int32) -> Ansys.Mechanical.DataModel.Enums.LoadCombinationType :no-index: Gets the Load Combination Type property at given index .. !! processed by numpydoc !! .. py:method:: SetLoadCombinationType(index: System.Int32, value: Ansys.Mechanical.DataModel.Enums.LoadCombinationType) -> System.Void :no-index: Sets the Load Combination Type property at given index .. !! processed by numpydoc !! .. py:method:: GetLoadCombinationName(index: System.Int32) -> System.String :no-index: Gets the LoadCombination Name property at given index .. !! processed by numpydoc !! .. py:method:: SetLoadCombinationName(index: System.Int32, name: System.String) -> System.Void :no-index: Sets the LoadCombination Name property at given index .. !! processed by numpydoc !! .. py:method:: GetCoefficient(LCindex: System.Int32, BCindex: System.Int32) -> System.Double :no-index: Gets the Coefficient property at given LoadCombination index and BaseCase index .. !! processed by numpydoc !! .. py:method:: SetCoefficient(LCindex: System.Int32, BCindex: System.Int32, value: System.Double) -> System.Void :no-index: Sets the Coefficient property at given LoadCombination index and BaseCase index .. !! processed by numpydoc !! .. py:method:: Import(filepath: System.String) -> System.Void :no-index: Import Load Combination Definition data from Comma Separated Value (CSV) files .. !! processed by numpydoc !! .. py:method:: Export(filepath: System.String) -> System.Void :no-index: Export Load Combination Definition data to Comma Separated Value (CSV) files .. !! processed by numpydoc !! .. vale on