    

 ## On this page

  

 

 # `PSDPressure`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.BoundaryConditions.PSDPressure"></a>

#### *class* Ansys.ACT.Automation.Mechanical.BoundaryConditions.PSDPressure

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Defines a PSDPressure.

<a id="overview"></a>

## Overview

### Methods

NameDescription[`Activate`](#PSDPressure.Activate)Activate the current object.[`CopyTo`](#PSDPressure.CopyTo)Copies all visible properties from this object to another.[`CreateParameter`](#PSDPressure.CreateParameter)Creates a new parameter for a Property.[`Duplicate`](#PSDPressure.Duplicate)Creates a copy of the current DataModelObject.[`GetParameter`](#PSDPressure.GetParameter)Gets the parameter corresponding to the given property.[`GroupAllSimilarChildren`](#PSDPressure.GroupAllSimilarChildren)Run the GroupAllSimilarChildren action.[`GroupSimilarObjects`](#PSDPressure.GroupSimilarObjects)Run the GroupSimilarObjects action.[`PropertyByAPIName`](#PSDPressure.PropertyByAPIName)Get a property by its API name.[`PropertyByName`](#PSDPressure.PropertyByName)Get a property by its unique name.[`RemoveParameter`](#PSDPressure.RemoveParameter)Removes the parameter from the parameter set corresponding to the given property.### Properties

NameDescription[`Component`](#PSDPressure.Component)[`DataModelObjectCategory`](#PSDPressure.DataModelObjectCategory)Gets the current DataModelObject’s category.[`InternalObject`](#PSDPressure.InternalObject)Gets the internal object. For advanced usage only.[`Properties`](#PSDPressure.Properties)Gets the list of properties for this object.[`Source`](#PSDPressure.Source)[`Suppressed`](#PSDPressure.Suppressed)Gets or sets the Suppressed.[`VisibleProperties`](#PSDPressure.VisibleProperties)Gets the list of properties that are visible for this object.<a id="property-detail"></a>

## Property detail

<a id="PSDPressure.Component"></a>

### *property* PSDPressure.Component *: [Ansys.Mechanical.DataModel.Enums.LoadComponentType](../../../../Mechanical/DataModel/Enums/LoadComponentType.md#ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.Enums.LoadComponentType) | [None](https://docs.python.org/3/library/constants.html#None)*

<a id="PSDPressure.DataModelObjectCategory"></a>

### *property* PSDPressure.DataModelObjectCategory *: [Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory](../../../../Mechanical/DataModel/Enums/DataModelObjectCategory.md#ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the current DataModelObject’s category.

<a id="PSDPressure.InternalObject"></a>

### *property* PSDPressure.InternalObject *: Ansys.Common.Interop.DSObjectsAuto.IDSPSDLoadAuto | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the internal object. For advanced usage only.

<a id="PSDPressure.Properties"></a>

### *property* PSDPressure.Properties *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[Ansys.ACT.Automation.Mechanical.Property\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of properties for this object.

<a id="PSDPressure.Source"></a>

### *property* PSDPressure.Source *: Ansys.ACT.Automation.Mechanical.DataModelObject | [None](https://docs.python.org/3/library/constants.html#None)*

<a id="PSDPressure.Suppressed"></a>

### *property* PSDPressure.Suppressed *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Suppressed.

<a id="PSDPressure.VisibleProperties"></a>

### *property* PSDPressure.VisibleProperties *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[Ansys.ACT.Automation.Mechanical.Property\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of properties that are visible for this object.

<a id="method-detail"></a>

## Method detail

<a id="PSDPressure.Activate"></a>

### PSDPressure.Activate() → [None](https://docs.python.org/3/library/constants.html#None)

Activate the current object.

<a id="PSDPressure.CopyTo"></a>

### PSDPressure.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) → [None](https://docs.python.org/3/library/constants.html#None)

Copies all visible properties from this object to another.

<a id="PSDPressure.CreateParameter"></a>

### PSDPressure.CreateParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Ansys.ACT.Interfaces.Mechanical.IParameter

Creates a new parameter for a Property.

<a id="PSDPressure.Duplicate"></a>

### PSDPressure.Duplicate() → [Ansys.Mechanical.DataModel.Interfaces.IDataModelObject](../../../../Mechanical/DataModel/Interfaces/IDataModelObject.md#ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.Interfaces.IDataModelObject)

Creates a copy of the current DataModelObject.

<a id="PSDPressure.GetParameter"></a>

### PSDPressure.GetParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Ansys.ACT.Interfaces.Mechanical.IParameter

Gets the parameter corresponding to the given property.

<a id="PSDPressure.GroupAllSimilarChildren"></a>

### PSDPressure.GroupAllSimilarChildren() → [None](https://docs.python.org/3/library/constants.html#None)

Run the GroupAllSimilarChildren action.

<a id="PSDPressure.GroupSimilarObjects"></a>

### PSDPressure.GroupSimilarObjects() → [Ansys.ACT.Automation.Mechanical.TreeGroupingFolder](../TreeGroupingFolder.md#ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.TreeGroupingFolder)

Run the GroupSimilarObjects action.

<a id="PSDPressure.PropertyByAPIName"></a>

### PSDPressure.PropertyByAPIName(name: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Ansys.ACT.Automation.Mechanical.Property

```text
Get a property by its API name.
If multiple properties have the same API Name, only the first property with that name will be returned.

```

<a id="PSDPressure.PropertyByName"></a>

### PSDPressure.PropertyByName(name: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Ansys.ACT.Automation.Mechanical.Property

Get a property by its unique name.

<a id="PSDPressure.RemoveParameter"></a>

### PSDPressure.RemoveParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str)) → [None](https://docs.python.org/3/library/constants.html#None)

Removes the parameter from the parameter set corresponding to the given property.