AcousticsFarFieldResultWorksheet
Last update: 14.01.2025
AcousticsFarFieldResultWorksheet
class Ansys.ACT.Automation.Mechanical.AcousticsFarFieldResultWorksheet
Bases: object
AcousticsFarFieldResultWorksheet class.
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()
Adds a Row to the worksheet.
AcousticsFarFieldResultWorksheet.DeleteRow(index: int)
Deletes a row from the worksheet at index.
AcousticsFarFieldResultWorksheet.DuplicateRow(fromIndex: int, toIndex: int)
Insert a row from the worksheet at index.
AcousticsFarFieldResultWorksheet.GetCoordinateSystemSelection(index: int)
Gets the worksheet CoordinateSystemSelection property at index.
AcousticsFarFieldResultWorksheet.GetXCoordinate(index: int)
Gets the worksheet Mic X property at index.
AcousticsFarFieldResultWorksheet.GetYCoordinate(index: int)
Gets the worksheet Mic Y property at index.
AcousticsFarFieldResultWorksheet.GetZCoordinate(index: int)
Gets the worksheet Mic Z property at index.
AcousticsFarFieldResultWorksheet.InsertRow(index: int)
Insert a row from the worksheet at index.
AcousticsFarFieldResultWorksheet.SetCoordinateSystemSelection(index: int, newVal: int)
Sets the worksheet CoordinateSystemSelection property at index.
AcousticsFarFieldResultWorksheet.SetXCoordinate(index: int, newVal: float)
Sets the worksheet Mic X property at index.
AcousticsFarFieldResultWorksheet.SetYCoordinate(index: int, newVal: float)
Sets the worksheet Mic Y property at index.
AcousticsFarFieldResultWorksheet.SetZCoordinate(index: int, newVal: float)
Sets the worksheet Mic Z property at index.