RayData

Ray results generated by the Feko Solver.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Antenna_and_UTD_Plate.fek]])

    -- Retrieve the 'RayData' called 'Rays'

rayData = app.Models[1].Configurations[1].Rays["Rays1"]

    -- Add the ray data to the 3D view
    
RayPlot = app.Views[1].Plots:Add(rayData)

Inheritance

The RayData object is derived from the ResultData object.

Property List

Configuration
The result data's solution configuration in the model. (Read only SolutionConfiguration)
Label
The object label. (Read/Write string)
Type
The object type string. (Read only string)

Property Details

Configuration
The result data's solution configuration in the model.
Type
SolutionConfiguration
Access
Read only
Label
The object label.
Type
string
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only