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
The TraceLineFormat object can be accessed from the following locations:
- Properties
- CharacteristicModeTrace object has property Line.
- CustomDataSmithTrace object has property Line.
- CustomDataTrace object has property Line.
- MathTrace object has property Line.
- SpiceProbeTrace object has property Line.
- FarFieldPowerIntegralTrace object has property Line.
- NearFieldPowerIntegralTrace object has property Line.
- TRCoefficientTrace object has property Line.
- LoadSmithTrace object has property Line.
- ExcitationSmithTrace object has property Line.
- SARTrace object has property Line.
- WireCurrentsTrace object has property Line.
- SParameterTrace object has property Line.
- PowerTrace object has property Line.
- LoadTrace object has property Line.
- ExcitationTrace object has property Line.
- FarFieldTrace object has property Line.
- NearFieldTrace object has property Line.
- ReceivingAntennaTrace object has property Line.
- NetworkTrace object has property Line.
- ResultTrace object has property 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