Searches local Ansys Help documentation by user-provided path and keywords, then returns high-relevance snippets quickly. Covers software names (HFSS, Q3D, Maxwell, Icepak, SIwave), feature modules (modeling, meshing, solving, post-processing, parallel computing), operation how-tos (fillet, mesh setup, material setup, ports/boundaries, S-parameters, radiation patterns), use-case names (microstrip antenna, via), and specific errors.
Use this skill to quickly search local Ansys Help documentation and return actionable results.
This skill is optimized for EM and CAE users who need fast lookup for:
Required inputs:
help_path: local path to Ansys Help content (folder or file)query: one or more keywords from software/module/how-to/use-case/errorOptional inputs:
top_k: number of results to return (default: 10)file_filter: limit search to specific docs (for example HFSS-only)version_hint: for example 2023R2, 2024R1Automation helper:
skills/ansys-help/scripts/search-ansys-help.ps1Best supported:
Conditionally supported:
.chm exists, extract first, then search extracted filesIf the path is inaccessible or unsupported, report the exact issue and provide a next action.
help_path exists.help_path is a folder, a single file, or mixed content..html, .htm, .pdf, .chm, .txt, .xml, .log)..chm is available, mark that extraction is needed before content search.Build an expanded query set from the original user text:
Recommended expansion examples:
建模 -> modeling|geometry|3d modeler|layout网格 -> mesh|meshing|mesh operation|adaptive求解 -> solve|solver|analysis setup|solution setup后处理 -> postprocess|results|field plot|report并行计算 -> parallel|distributed|HPC|remote solve端口 -> port|wave port|lumped port|terminal边界条件 -> boundary|radiation|PEC|PMC|impedanceS参数 -> S parameter|S11|S21|network data方向图 -> radiation pattern|far field|gain patternError -> error|failed|warning|exception|cannotUse a fast layered strategy:
Prioritize speed and high-signal snippets over full-document dumping.
Rank with this priority logic:
Remove duplicate snippets that point to identical section text.
Return compact, practical results.
Required output shape:
powershell -ExecutionPolicy Bypass -File .\skills\ansys-help\scripts\search-ansys-help.ps1 \
-HelpPath "D:\AnsysHelp" \
-Query "HFSS","wave port","S参数" \
-TopK 10
Actions:
Actions:
Actions:
This skill is complete only when it returns evidence-based, ranked, and directly usable search hits from the user-provided local Ansys Help path.