SchematicSymbolPosition

A 2D position on the schematic view.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Cables.cfx]])

app.Schematics:ShowCableSchematic(project.Cables.Harnesses[1])

    -- Move a schematic symbol using the schematic symbol position
    
schematicSymbolPosition = app.Schematics[1].Symbols[1].Position
schematicSymbolPosition.X = schematicSymbolPosition.X + 10

Usage locations (object properties)

The following objects have properties using the SchematicSymbolPosition object:

Property List

X
The 2D position's x value. (Read/Write number)
Y
The 2D position's y value. (Read/Write number)

Property Details

X
The 2D position's x value.
Type
number
Access
Read/Write
Y
The 2D position's y value.
Type
number
Access
Read/Write