FarFieldData

A far field data using file structure import.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Import 'FarFieldData' from previously a exported 'FarField'

farFieldData = project.FieldDataList:AddFarFieldData([[FarFieldData.ffe]])

Inheritance

The FarFieldData object is derived from the FieldData object.

Property List

DataBlockNumber
The data block that is first read from. (Read/Write Expression)
FieldDataFileImportDefinitionTypeEnum
The definition type used to import the file. (Read/Write FieldDataFileImportDefinitionEnum)
FileType
Select the file type. (Read/Write FarFieldDataFileTypeEnum)
Filename
Import file containing the far field data. (Read/Write string)
Label
The object label. (Read/Write string)
LocalWorkplane
The field data workplane. (Read only LocalWorkplane)
NumberPhiPoints
The number of points along Phi. (Read/Write Expression)
NumberThetaPoints
The number of points along Theta. (Read/Write Expression)
StartFromPoint
The initial point to start with. (Read/Write Expression)
Type
The object type string. (Read only string)

Method List

Delete ()
Delete the field data definition.
Duplicate ()
Duplicate field data definition. (Returns a FieldData object.)
GetProperties ()
Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step. (Returns a table object.)
SetProperties (properties table)
Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.

Static Function List

GetDefaultProperties ()
Creates a table containing the default settings to create an object. (Returns a table object.)

Property Details

DataBlockNumber
The data block that is first read from.
Type
Expression
Access
Read/Write
FieldDataFileImportDefinitionTypeEnum
The definition type used to import the file.
Type
FieldDataFileImportDefinitionEnum
Access
Read/Write
FileType
Select the file type.
Type
FarFieldDataFileTypeEnum
Access
Read/Write
Filename
Import file containing the far field data.
Type
string
Access
Read/Write
Label
The object label.
Type
string
Access
Read/Write
LocalWorkplane
The field data workplane.
Type
LocalWorkplane
Access
Read only
NumberPhiPoints
The number of points along Phi.
Type
Expression
Access
Read/Write
NumberThetaPoints
The number of points along Theta.
Type
Expression
Access
Read/Write
StartFromPoint
The initial point to start with.
Type
Expression
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only

Method Details

Delete ()
Delete the field data definition.
Duplicate ()
Duplicate field data definition.
Return
FieldData
The duplicated field data definition.
GetProperties ()
Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step.
Return
table
A properties table.
SetProperties (properties table)
Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
Input Parameters
properties(table)
A table of properties defining the new state of the object.

Static Function Details

GetDefaultProperties ()
Creates a table containing the default settings to create an object.
Return
table
The default properties table.