    

 ## On this page

  

 

 # `AcousticsFarFieldResultWorksheet`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.AcousticsFarFieldResultWorksheet"></a>

#### *class* Ansys.ACT.Automation.Mechanical.AcousticsFarFieldResultWorksheet

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

AcousticsFarFieldResultWorksheet class.

<a id="overview"></a>

## Overview

### Methods

NameDescription[`AddRow`](#AcousticsFarFieldResultWorksheet.AddRow)Adds a Row to the worksheet.[`DeleteRow`](#AcousticsFarFieldResultWorksheet.DeleteRow)Deletes a row from the worksheet at index.[`DuplicateRow`](#AcousticsFarFieldResultWorksheet.DuplicateRow)Insert a row from the worksheet at index.[`GetCoordinateSystemSelection`](#AcousticsFarFieldResultWorksheet.GetCoordinateSystemSelection)Gets the worksheet CoordinateSystemSelection property at index.[`GetXCoordinate`](#AcousticsFarFieldResultWorksheet.GetXCoordinate)Gets the worksheet Mic X property at index.[`GetYCoordinate`](#AcousticsFarFieldResultWorksheet.GetYCoordinate)Gets the worksheet Mic Y property at index.[`GetZCoordinate`](#AcousticsFarFieldResultWorksheet.GetZCoordinate)Gets the worksheet Mic Z property at index.[`InsertRow`](#AcousticsFarFieldResultWorksheet.InsertRow)Insert a row from the worksheet at index.[`SetCoordinateSystemSelection`](#AcousticsFarFieldResultWorksheet.SetCoordinateSystemSelection)Sets the worksheet CoordinateSystemSelection property at index.[`SetXCoordinate`](#AcousticsFarFieldResultWorksheet.SetXCoordinate)Sets the worksheet Mic X property at index.[`SetYCoordinate`](#AcousticsFarFieldResultWorksheet.SetYCoordinate)Sets the worksheet Mic Y property at index.[`SetZCoordinate`](#AcousticsFarFieldResultWorksheet.SetZCoordinate)Sets the worksheet Mic Z property at index.### Properties

NameDescription[`RowCount`](#AcousticsFarFieldResultWorksheet.RowCount)Return the number of entries.<a id="property-detail"></a>

## Property detail

<a id="AcousticsFarFieldResultWorksheet.RowCount"></a>

### *property* AcousticsFarFieldResultWorksheet.RowCount *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Return the number of entries.

<a id="method-detail"></a>

## Method detail

<a id="AcousticsFarFieldResultWorksheet.AddRow"></a>

### AcousticsFarFieldResultWorksheet.AddRow()

Adds a Row to the worksheet.

<a id="AcousticsFarFieldResultWorksheet.DeleteRow"></a>

### AcousticsFarFieldResultWorksheet.DeleteRow(index: [int](https://docs.python.org/3/library/functions.html#int))

Deletes a row from the worksheet at index.

<a id="AcousticsFarFieldResultWorksheet.DuplicateRow"></a>

### AcousticsFarFieldResultWorksheet.DuplicateRow(fromIndex: [int](https://docs.python.org/3/library/functions.html#int), toIndex: [int](https://docs.python.org/3/library/functions.html#int))

Insert a row from the worksheet at index.

<a id="AcousticsFarFieldResultWorksheet.GetCoordinateSystemSelection"></a>

### AcousticsFarFieldResultWorksheet.GetCoordinateSystemSelection(index: [int](https://docs.python.org/3/library/functions.html#int))

Gets the worksheet CoordinateSystemSelection property at index.

<a id="AcousticsFarFieldResultWorksheet.GetXCoordinate"></a>

### AcousticsFarFieldResultWorksheet.GetXCoordinate(index: [int](https://docs.python.org/3/library/functions.html#int))

Gets the worksheet Mic X property at index.

<a id="AcousticsFarFieldResultWorksheet.GetYCoordinate"></a>

### AcousticsFarFieldResultWorksheet.GetYCoordinate(index: [int](https://docs.python.org/3/library/functions.html#int))

Gets the worksheet Mic Y property at index.

<a id="AcousticsFarFieldResultWorksheet.GetZCoordinate"></a>

### AcousticsFarFieldResultWorksheet.GetZCoordinate(index: [int](https://docs.python.org/3/library/functions.html#int))

Gets the worksheet Mic Z property at index.

<a id="AcousticsFarFieldResultWorksheet.InsertRow"></a>

### AcousticsFarFieldResultWorksheet.InsertRow(index: [int](https://docs.python.org/3/library/functions.html#int))

Insert a row from the worksheet at index.

<a id="AcousticsFarFieldResultWorksheet.SetCoordinateSystemSelection"></a>

### AcousticsFarFieldResultWorksheet.SetCoordinateSystemSelection(index: [int](https://docs.python.org/3/library/functions.html#int), newVal: [int](https://docs.python.org/3/library/functions.html#int))

Sets the worksheet CoordinateSystemSelection property at index.

<a id="AcousticsFarFieldResultWorksheet.SetXCoordinate"></a>

### AcousticsFarFieldResultWorksheet.SetXCoordinate(index: [int](https://docs.python.org/3/library/functions.html#int), newVal: [float](https://docs.python.org/3/library/functions.html#float))

Sets the worksheet Mic X property at index.

<a id="AcousticsFarFieldResultWorksheet.SetYCoordinate"></a>

### AcousticsFarFieldResultWorksheet.SetYCoordinate(index: [int](https://docs.python.org/3/library/functions.html#int), newVal: [float](https://docs.python.org/3/library/functions.html#float))

Sets the worksheet Mic Y property at index.

<a id="AcousticsFarFieldResultWorksheet.SetZCoordinate"></a>

### AcousticsFarFieldResultWorksheet.SetZCoordinate(index: [int](https://docs.python.org/3/library/functions.html#int), newVal: [float](https://docs.python.org/3/library/functions.html#float))

Sets the worksheet Mic Z property at index.