GetConnectedPinsForNetCommand Class

Command that returns a list of all connected pins for a specified net in the currently active step. The pins are returned in the format "RefName-PinIndex" and included in both structured and human-readable output.

Definition

Namespace: PCBI_AI_Agent.MCP.Implementations
Assembly: PCBI_AI_Agent (in PCBI_AI_Agent.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class GetConnectedPinsForNetCommand : IMCPTool
Inheritance
Object    GetConnectedPinsForNetCommand
Implements
IMCPTool

Constructors

GetConnectedPinsForNetCommandInitializes a new instance of the GetConnectedPinsForNetCommand class

Properties

Methods

See Also