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:
- CharacteristicModeTrace(.Axes)
- CustomDataSmithTrace(.Axes)
- CustomDataTrace(.Axes)
- MathTrace(.Axes)
- SpiceProbeTrace(.Axes)
- FarFieldPowerIntegralTrace(.Axes)
- NearFieldPowerIntegralTrace(.Axes)
- TRCoefficientTrace(.Axes)
- LoadSmithTrace(.Axes)
- ExcitationSmithTrace(.Axes)
- SARTrace(.Axes)
- WireCurrentsTrace(.Axes)
- SParameterTrace(.Axes)
- PowerTrace(.Axes)
- LoadTrace(.Axes)
- ExcitationTrace(.Axes)
- FarFieldTrace(.Axes)
- NearFieldTrace(.Axes)
- ReceivingAntennaTrace(.Axes)
- NetworkTrace(.Axes)
- ResultTrace(.Axes)
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