SmithChartGrid

The Smith chart grid properties.

Example

app = pf.GetApplication()
app:NewProject()
graph = app.SmithCharts:Add()

    -- Update grid visualisation properties

graph.Grid.ReactanceLine.Weight = 2
graph.Grid.BackColour = pf.Enums.ColourEnum.DarkGreen

Usage locations (object properties)

The following objects have properties using the SmithChartGrid object:

Property List

BackColour
The background colour of the Smith chart grid. (Read/Write Colour)
Border
The line format for the Smith chart grid border. (Read only GraphLineFormat)
ReactanceLine
The line format for the Smith chart reactance grid. (Read only GraphLineFormat)
ResistanceLine
The line format for the Smith chart resistance grid. (Read only GraphLineFormat)

Property Details

BackColour
The background colour of the Smith chart grid.
Type
Colour
Access
Read/Write
Border
The line format for the Smith chart grid border.
Type
GraphLineFormat
Access
Read only
ReactanceLine
The line format for the Smith chart reactance grid.
Type
GraphLineFormat
Access
Read only
ResistanceLine
The line format for the Smith chart resistance grid.
Type
GraphLineFormat
Access
Read only