Terminal
A terminal of a component or a net.
Example
application = cf.Application.getInstance() project = application:NewProject() config = project.Contents.SolutionConfigurations -- Create a transmission lines transmissionLine = config.GlobalNetworks:AddTransmissionLine(10, 50, 25, 10) -- Add a source to transmission line terminal config.GlobalSources:AddVoltageSource(transmissionLine.Ports[1])
Inheritance
Usage locations
The Terminal object can be accessed from the following locations:
- Properties
- Capacitor object has property Terminals.
- Ground object has property Terminals.
- Net object has property EndTerminal.
- Net object has property StartTerminal.
- Resistor object has property Terminals.
- CableConnector object has property Terminals.
- CableConnectorPin object has property Terminal.
- CableGeneralNetwork object has property Terminals.
- CableSchematicCurrentProbe object has property Terminals.
- CableSchematicVoltageProbe object has property Terminals.
- CableSpiceNetwork object has property Terminals.
- ComplexLoad object has property Terminals.
- Inductor object has property Terminals.
- Transformer object has property Terminals.
- VoltageControlledVoltageSource object has property Terminals.
- CablePort object has property Terminals.
- EdgeMeshPort object has property Terminals.
- EdgePort object has property Terminals.
- AbstractFEMLinePort object has property Terminals.
- FEMLineMeshPort object has property Terminals.
- FEMLinePort object has property Terminals.
- MicrostripMeshPort object has property Terminals.
- WireMeshPort object has property Terminals.
- MicrostripPort object has property Terminals.
- WirePort object has property Terminals.
- GeneralNetwork object has property Terminals.
- TransmissionLine object has property Terminals.
- Methods
- TerminalCollection collection has method Item(number).
- TerminalCollection collection has method Item(string).
Property List
Method List
- Delete ()
- Deletes the entity.
- Duplicate ()
- Duplicates the entity. (Returns a Object object.)
- GetProperties ()
- Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step. (Returns a table object.)
- SetProperties (properties Object)
- Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
Static Function List
- GetDefaultProperties ()
- Creates a table containing the default settings to create an object. (Returns a table object.)
Property Details
- Label
- The object label.
- Type
- string
- Access
- Read/Write
- Location
- The location of the terminal on the schematic.
- Type
- GridLocation
- Access
- Read only
- Nets
- The nets attached to this terminal.
- Access
- Read only
- Type
- The object type string.
- Type
- string
- Access
- Read only
Method Details
- Delete ()
- Deletes the entity.
- Duplicate ()
- Duplicates the entity.
- Return
- Object
- The new (duplicated) entity.
- GetProperties ()
- Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step.
- Return
- table
- A table defining the properties.
- SetProperties (properties Object)
- Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
- Input Parameters
- properties(Object)
- A table of properties defining the new state of the object.
Static Function Details
- GetDefaultProperties ()
- Creates a table containing the default settings to create an object.
- Return
- table
- A table containing the default properties.