AntennaArrayElement

INTERNAL:A finite antenna array element.

Inheritance

The AntennaArrayElement object is derived from the AntennaArray object.

Property List

Label
The object label. (Read/Write string)
MagnitudeScaling
The source magnitude for the respective element is scaled relative to the base element. (Read/Write Expression)
Origin
The finite antenna array element origin point. (Read/Write LocalCoordinates)
PhaseOffset
The phase offset (in degrees) for the respective element relative to the base element. (Read/Write Expression)
Type
The object type string. (Read only string)
Visible
Specifies whether the antenna array must be shown or hidden. (Read/Write boolean)

Method List

Delete ()
Delete the antenna array.
Duplicate ()
Duplicate the antenna array. (Returns a SolutionEntity 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

Label
The object label.
Type
string
Access
Read/Write
MagnitudeScaling
The source magnitude for the respective element is scaled relative to the base element.
Type
Expression
Access
Read/Write
Origin
The finite antenna array element origin point.
Type
LocalCoordinates
Access
Read/Write
PhaseOffset
The phase offset (in degrees) for the respective element relative to the base element.
Type
Expression
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only
Visible
Specifies whether the antenna array must be shown or hidden.
Type
boolean
Access
Read/Write

Method Details

Delete ()
Delete the antenna array.
Duplicate ()
Duplicate the antenna array.
Return
SolutionEntity
The duplicated antenna array.
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.