TraceLineFormat
The line format property.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) cartesianGraph = app.CartesianGraphs:Add() trace = cartesianGraph.Traces:Add(app.Models[1].Configurations[1].NearFields[1]) -- Set 'TraceLineFormat' properties trace.Line.Style = pf.Enums.LineStyleEnum.DashLine trace.Line.Colour = pf.Enums.ColourEnum.Green
Usage locations (object properties)
The following objects have properties using the TraceLineFormat object:
- CharacteristicModeTrace(.Line)
- CustomDataSmithTrace(.Line)
- CustomDataTrace(.Line)
- MathTrace(.Line)
- SpiceProbeTrace(.Line)
- FarFieldPowerIntegralTrace(.Line)
- NearFieldPowerIntegralTrace(.Line)
- TRCoefficientTrace(.Line)
- LoadSmithTrace(.Line)
- ExcitationSmithTrace(.Line)
- SARTrace(.Line)
- WireCurrentsTrace(.Line)
- SParameterTrace(.Line)
- PowerTrace(.Line)
- LoadTrace(.Line)
- ExcitationTrace(.Line)
- FarFieldTrace(.Line)
- NearFieldTrace(.Line)
- ReceivingAntennaTrace(.Line)
- NetworkTrace(.Line)
- ResultTrace(.Line)
Property List
Property Details
- Colour
- The line colour.
- Type
- Colour
- Access
- Read/Write
- Style
- The line style.
- Type
- LineStyleEnum
- Access
- Read/Write
- Weight
- The line weight.
- Type
- number
- Access
- Read/Write