SelectNetsCommand Class

Command that selects nets based on their names. Expects a comma-separated list of net names and a boolean flag indicating whether to clear the current selection first. Returns a message indicating the number of nets selected.

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 SelectNetsCommand : IMCPTool
Inheritance
Object    SelectNetsCommand
Implements
IMCPTool

Constructors

SelectNetsCommandInitializes a new instance of the SelectNetsCommand class

Properties

Methods

See Also