DependentAxisFormat

The trace dependent axis 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.Dependent.Unit = "kV/m"

cartesianGraph:ZoomToExtents()

Usage locations (object properties)

The following objects have properties using the DependentAxisFormat object:

Property List

Unit
The unit of the dependent axis of the trace. (Read/Write string)

Property Details

Unit
The unit of the dependent axis of the trace.
Type
string
Access
Read/Write