AcousticsFarFieldResultWorksheet#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.AcousticsFarFieldResultWorksheet#

Bases: object

AcousticsFarFieldResultWorksheet class.

Overview#

AddRow

Adds a Row to the worksheet.

DeleteRow

Deletes a row from the worksheet at index.

InsertRow

Insert a row from the worksheet at index.

DuplicateRow

Insert a row from the worksheet at index.

SetXCoordinate

Sets the worksheet Mic X property at index.

GetXCoordinate

Gets the worksheet Mic X property at index.

SetYCoordinate

Sets the worksheet Mic Y property at index.

GetYCoordinate

Gets the worksheet Mic Y property at index.

SetZCoordinate

Sets the worksheet Mic Z property at index.

GetZCoordinate

Gets the worksheet Mic Z property at index.

SetCoordinateSystemSelection

Sets the worksheet CoordinateSystemSelection property at index.

GetCoordinateSystemSelection

Gets the worksheet CoordinateSystemSelection property at index.

RowCount

Return the number of entries.

Property detail#

property AcousticsFarFieldResultWorksheet.RowCount: System.Int32 | None

Return the number of entries.

Method detail#

AcousticsFarFieldResultWorksheet.AddRow() System.Int32

Adds a Row to the worksheet.

AcousticsFarFieldResultWorksheet.DeleteRow(index: System.Int32) System.Void

Deletes a row from the worksheet at index.

AcousticsFarFieldResultWorksheet.InsertRow(index: System.Int32) System.Int32

Insert a row from the worksheet at index.

AcousticsFarFieldResultWorksheet.DuplicateRow(fromIndex: System.Int32, toIndex: System.Int32) System.Int32

Insert a row from the worksheet at index.

AcousticsFarFieldResultWorksheet.SetXCoordinate(index: System.Int32, newVal: System.Double) System.Void

Sets the worksheet Mic X property at index.

AcousticsFarFieldResultWorksheet.GetXCoordinate(index: System.Int32) System.Double

Gets the worksheet Mic X property at index.

AcousticsFarFieldResultWorksheet.SetYCoordinate(index: System.Int32, newVal: System.Double) System.Void

Sets the worksheet Mic Y property at index.

AcousticsFarFieldResultWorksheet.GetYCoordinate(index: System.Int32) System.Double

Gets the worksheet Mic Y property at index.

AcousticsFarFieldResultWorksheet.SetZCoordinate(index: System.Int32, newVal: System.Double) System.Void

Sets the worksheet Mic Z property at index.

AcousticsFarFieldResultWorksheet.GetZCoordinate(index: System.Int32) System.Double

Gets the worksheet Mic Z property at index.

AcousticsFarFieldResultWorksheet.SetCoordinateSystemSelection(index: System.Int32, newVal: System.UInt32) System.Void

Sets the worksheet CoordinateSystemSelection property at index.

AcousticsFarFieldResultWorksheet.GetCoordinateSystemSelection(index: System.Int32) System.UInt32

Gets the worksheet CoordinateSystemSelection property at index.