cst-runtime-cli-optimization

Automate CST parameter tuning, simulation, and result validation via CLI commands.

22|6|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/bbl21/CST_MCP --skill cst-runtime-cli-optimization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cst-runtime-cli-optimization
Source: https://github.com/bbl21/CST_MCP/tree/main/.codex/cst-runtime-cli-optimization
Command: npx skills add https://github.com/bbl21/CST_MCP --skill cst-runtime-cli-optimization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables automated and scriptable execution of CST parameter optimization, verification, and result extraction using command-line interface commands, reducing manual effort and increasing reproducibility.

Core Features & Use Cases

  • Automated CST workflow execution: Allows parameter changes, simulations, and results retrieval through CLI commands.
  • Audit and traceability: Records every step into logs and stages for auditing purposes.
  • Use Case: A user wants to automate the process of changing antenna array parameters and verifying the S-parameters without opening GUI, by scripting CLI commands.

Quick Start

Use this Skill to run a CST optimization sequence by executing CLI commands like 'change-parameter' and 'get-1d-result' in sequence.

Frequently Asked Questions about cst-runtime-cli-optimization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CST parameter optimization without using the GUI?

You can automate CST parameter optimization without the GUI by executing Python-based CLI commands in sequence to change parameters, run simulations, and validate results scriptably. This approach reduces manual effort and ensures workflows are repeatable and traceable.

Can I extract S-parameters from CST simulations using command line scripts?

Yes, you can extract S-parameters and other 1D results from CST simulations by running CLI commands like 'get-1d-result' within your scripts. This allows you to retrieve and verify simulation data without opening the graphical interface.

How do I make CST simulation workflows repeatable and traceable for auditing?

CST simulation workflows become repeatable and traceable by orchestrating parameter changes and simulations through CLI commands that record every step into logs. This script-based execution ensures command sequences are auditable and reproducible.

What is the best way to script CST antenna array parameter changes and verification?

The best way to script CST antenna array parameter changes is by chaining CLI commands like 'change-parameter' with simulation execution and result retrieval. This automates the verification of S-parameters and eliminates manual GUI interactions.

Do I need Python to run CST CLI commands for simulation and debugging?

Yes, you need Python to leverage the CLI utilities for low-level control, as the automation and script-based orchestration for CST optimization, debugging, and auditing rely on Python-based command-line execution.