TraceAxes

The trace axes properties.

Example

app = pf.GetApplication()
app:NewProject()
app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Example_Expanded.fek]])    
cartesianGraph = app.CartesianGraphs:Add()
trace = cartesianGraph.Traces:Add(app.Models[1].Configurations[1].NearFields[1])

    -- Set axes properties

trace.Axes.Independent.Unit = "inch"
trace.Axes.Independent.Scale = 0.5

cartesianGraph:ZoomToExtents()

Usage locations (object properties)

The following objects have properties using the TraceAxes object:

Property List

Dependent
The trace dependent axis properties. (Read only DependentAxisFormat)
Independent
The trace independent axis properties. (Read only IndependentAxisFormat)

Property Details

Dependent
The trace dependent axis properties.
Type
DependentAxisFormat
Access
Read only
Independent
The trace independent axis properties.
Type
IndependentAxisFormat
Access
Read only