AcousticIncidentWaveSource
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.BoundaryConditions.AcousticIncidentWaveSource#
Bases:
object
Defines a AcousticIncidentWaveSource.
Overview#
Activate the current object. |
|
Creates a new child Comment. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Run the PromoteToNamedSelection action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
Gets or sets the AnglePhi. |
|
Gets or sets the AngleTheta. |
|
Gets or sets the CalculateIncidentPower. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the DipoleLength. |
|
Gets or sets the ExcitationType. |
|
Gets the list of associated figures. |
|
Gets the list of associated images. |
|
Gets or sets the IncidentWaveLocation. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the MassDensity. |
|
Gets or sets the Material. |
|
Gets or sets the Material. |
|
Gets or sets the PhaseAngle. |
|
Gets or sets the PortSelection. |
|
Gets or sets the PressureAmplitude. |
|
Gets the list of properties for this object. |
|
Gets or sets the RadiusOfPulsatingSphere. |
|
Gets or sets the ReadOnly. |
|
Gets or sets the SharedRefBody. |
|
Gets or sets the SourceOriginX. |
|
Gets or sets the SourceOriginY. |
|
Gets or sets the SourceOriginZ. |
|
Gets or sets the SpeedOfSound. |
|
Gets or sets the Suppressed. |
|
Gets or sets the VelocityAmplitude. |
|
Gets the list of properties that are visible for this object. |
|
Gets the WaveNumber. |
|
Gets or sets the WaveType. |
|
Gets or sets the XComponentOfUnitDipoleVector. |
|
Gets or sets the YComponentOfUnitDipoleVector. |
|
Gets or sets the ZComponentOfUnitDipoleVector. |
Property detail#
- property AcousticIncidentWaveSource.AnglePhi: Ansys.Core.Units.Quantity | None#
Gets or sets the AnglePhi.
- property AcousticIncidentWaveSource.AngleTheta: Ansys.Core.Units.Quantity | None#
Gets or sets the AngleTheta.
- property AcousticIncidentWaveSource.CalculateIncidentPower: bool | None#
Gets or sets the CalculateIncidentPower.
- property AcousticIncidentWaveSource.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property AcousticIncidentWaveSource.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property AcousticIncidentWaveSource.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property AcousticIncidentWaveSource.DipoleLength: Ansys.Core.Units.Quantity | None#
Gets or sets the DipoleLength.
- property AcousticIncidentWaveSource.ExcitationType: Ansys.Mechanical.DataModel.Enums.ExcitationType | None#
Gets or sets the ExcitationType.
- property AcousticIncidentWaveSource.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property AcousticIncidentWaveSource.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property AcousticIncidentWaveSource.IncidentWaveLocation: Ansys.Mechanical.DataModel.Enums.IncidentWaveLocation | None#
Gets or sets the IncidentWaveLocation.
- property AcousticIncidentWaveSource.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSLoadAuto | None#
Gets the internal object. For advanced usage only.
- property AcousticIncidentWaveSource.MassDensity: Ansys.Core.Units.Quantity | None#
Gets or sets the MassDensity.
- property AcousticIncidentWaveSource.PhaseAngle: Ansys.Core.Units.Quantity | None#
Gets or sets the PhaseAngle.
- property AcousticIncidentWaveSource.PortSelection: Ansys.ACT.Automation.Mechanical.BoundaryConditions.AcousticPort | None#
Gets or sets the PortSelection.
- property AcousticIncidentWaveSource.PressureAmplitude: Ansys.Core.Units.Quantity | None#
Gets or sets the PressureAmplitude.
- property AcousticIncidentWaveSource.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property AcousticIncidentWaveSource.RadiusOfPulsatingSphere: Ansys.Core.Units.Quantity | None#
Gets or sets the RadiusOfPulsatingSphere.
Gets or sets the SharedRefBody.
- property AcousticIncidentWaveSource.SourceOriginX: Ansys.Core.Units.Quantity | None#
Gets or sets the SourceOriginX.
- property AcousticIncidentWaveSource.SourceOriginY: Ansys.Core.Units.Quantity | None#
Gets or sets the SourceOriginY.
- property AcousticIncidentWaveSource.SourceOriginZ: Ansys.Core.Units.Quantity | None#
Gets or sets the SourceOriginZ.
- property AcousticIncidentWaveSource.SpeedOfSound: Ansys.Core.Units.Quantity | None#
Gets or sets the SpeedOfSound.
- property AcousticIncidentWaveSource.VelocityAmplitude: Ansys.Core.Units.Quantity | None#
Gets or sets the VelocityAmplitude.
- property AcousticIncidentWaveSource.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property AcousticIncidentWaveSource.WaveType: Ansys.Mechanical.DataModel.Enums.WaveType | None#
Gets or sets the WaveType.
- property AcousticIncidentWaveSource.XComponentOfUnitDipoleVector: float | None#
Gets or sets the XComponentOfUnitDipoleVector.
Method detail#
- AcousticIncidentWaveSource.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- AcousticIncidentWaveSource.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- AcousticIncidentWaveSource.AddImage(filePath: str) Ansys.ACT.Automation.Mechanical.Image #
Creates a new child Image.
If a filePath is provided, the image will be loaded from that file,
if not, the image will be a screen capture of the Geometry window.
- AcousticIncidentWaveSource.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- AcousticIncidentWaveSource.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- AcousticIncidentWaveSource.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- AcousticIncidentWaveSource.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- AcousticIncidentWaveSource.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- AcousticIncidentWaveSource.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
- AcousticIncidentWaveSource.PromoteToNamedSelection() Iterable[Ansys.ACT.Automation.Mechanical.NamedSelection] #
Run the PromoteToNamedSelection action.
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.