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
The DependentAxisFormat object can be accessed from the following locations:
Property List
Property Details
- Unit
- The unit of the dependent axis of the trace.
- Type
- string
- Access
- Read/Write