hfVisualizer Remote Control Analysis
Use these commands to validate the model, start analysis, or return a solved model back to editable preprocessing mode.
check-model
hfVisualizer --remote [--target <id>] check-model
- Follows the existing validation path and does not change render mode.
- GUI
Check Modelappends the same canonicalcheck-modeltail to Remote Control History after successful validation.
run-analysis
hfVisualizer --remote [--target <id>] run-analysis [--ncpu <n>]
- In preprocessing mode, starts analysis in the same way as the GUI
Run Analysisaction. --ncpu <n>applies to the preprocessing start-analysis path.- Requires a saved current file path only for the preprocessing start-analysis path.
- If unsaved changes exist, remote control uses the same save-first flow before starting analysis.
- GUI
Run Analysisappends the same canonicalrun-analysistail to Remote Control History after a successful action.
unlock-model
hfVisualizer --remote [--target <id>] unlock-model
- Available only in postprocessing mode.
- Mirrors the GUI
Unlock modelaction. - Removes all result steps so the model returns to preprocessing mode.
- GUI
Unlock modelappends the same canonicalunlock-modeltail to Remote Control History after a successful action.
Example:
hfVisualizer --remote check-model
hfVisualizer --remote run-analysis --ncpu 8
hfVisualizer --remote unlock-model