Skip to content

Circuit.GetConnectorsConnectedToDevice Method

Return all the connectors connected to a given device.

1
System.Collections.Generic.List<Simba.Data.Connector> GetConnectorsConnectedTo(d)

Parameters

d Device

Returns

System.Collections.Generic.List<Connector>
The list of connector connected to the device.