IndependentAxisFormat
The trace independent 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.Independent.Unit = "mm" trace.Axes.Independent.Offset = 0.01 -- Offset is in SI unit, i.e. 'm' trace.Axes.Independent.Scale = 0.5 cartesianGraph:ZoomToExtents()
Usage locations
The IndependentAxisFormat object can be accessed from the following locations:
- Properties
- TraceAxes object has property Independent.