AcousticsFarFieldResultWorksheet
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.AcousticsFarFieldResultWorksheet#
Bases:
object
AcousticsFarFieldResultWorksheet class.
Overview#
Adds a Row to the worksheet. |
|
Deletes a row from the worksheet at index. |
|
Insert a row from the worksheet at index. |
|
Gets the worksheet CoordinateSystemSelection property at index. |
|
Gets the worksheet Mic X property at index. |
|
Gets the worksheet Mic Y property at index. |
|
Gets the worksheet Mic Z property at index. |
|
Insert a row from the worksheet at index. |
|
Sets the worksheet CoordinateSystemSelection property at index. |
|
Sets the worksheet Mic X property at index. |
|
Sets the worksheet Mic Y property at index. |
|
Sets the worksheet Mic Z property at index. |
Return the number of entries. |
Property detail#
Method detail#
- 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.