`AcousticsFarFieldResultWorksheet`
Last update: 16.07.2025class Ansys.ACT.Automation.Mechanical.AcousticsFarFieldResultWorksheet
Bases: object
Overview
Methods
| Name | Description |
|---|---|
AddRow |
Adds a Row to the worksheet. |
DeleteRow |
Deletes a row from the worksheet at index. |
DuplicateRow |
Insert a row from the worksheet at index. |
GetCoordinateSystemSelection |
Gets the worksheet CoordinateSystemSelection property at index. |
GetXCoordinate |
Gets the worksheet Mic X property at index. |
GetYCoordinate |
Gets the worksheet Mic Y property at index. |
GetZCoordinate |
Gets the worksheet Mic Z property at index. |
InsertRow |
Insert a row from the worksheet at index. |
SetCoordinateSystemSelection |
Sets the worksheet CoordinateSystemSelection property at index. |
SetXCoordinate |
Sets the worksheet Mic X property at index. |
SetYCoordinate |
Sets the worksheet Mic Y property at index. |
SetZCoordinate |
Sets the worksheet Mic Z property at index. |
Properties
| Name | Description |
|---|---|
RowCount |
Return the number of entries. |
Property detail
property AcousticsFarFieldResultWorksheet.RowCount : int | None
Return the number of entries.
Method detail
AcousticsFarFieldResultWorksheet.AddRow() → int
Adds a Row to the worksheet.
AcousticsFarFieldResultWorksheet.DeleteRow(index: int) → None
Deletes a row from the worksheet at index.
AcousticsFarFieldResultWorksheet.DuplicateRow(fromIndex: int, toIndex: int) → int
Insert a row from the worksheet at index.
AcousticsFarFieldResultWorksheet.GetCoordinateSystemSelection(index: int) → int
Gets the worksheet CoordinateSystemSelection property at index.
AcousticsFarFieldResultWorksheet.GetXCoordinate(index: int) → float
Gets the worksheet Mic X property at index.
AcousticsFarFieldResultWorksheet.GetYCoordinate(index: int) → float
Gets the worksheet Mic Y property at index.
AcousticsFarFieldResultWorksheet.GetZCoordinate(index: int) → float
Gets the worksheet Mic Z property at index.
AcousticsFarFieldResultWorksheet.InsertRow(index: int) → int
Insert a row from the worksheet at index.
AcousticsFarFieldResultWorksheet.SetCoordinateSystemSelection(index: int, newVal: int) → None
Sets the worksheet CoordinateSystemSelection property at index.
AcousticsFarFieldResultWorksheet.SetXCoordinate(index: int, newVal: float) → None
Sets the worksheet Mic X property at index.
AcousticsFarFieldResultWorksheet.SetYCoordinate(index: int, newVal: float) → None
Sets the worksheet Mic Y property at index.
AcousticsFarFieldResultWorksheet.SetZCoordinate(index: int, newVal: float) → None
Sets the worksheet Mic Z property at index.