Skip to content

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 Model appends the same canonical check-model tail 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 Analysis action.
  • --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 Analysis appends the same canonical run-analysis tail 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 model action.
  • Removes all result steps so the model returns to preprocessing mode.
  • GUI Unlock model appends the same canonical unlock-model tail to Remote Control History after a successful action.

Example:

hfVisualizer --remote check-model
hfVisualizer --remote run-analysis --ncpu 8
hfVisualizer --remote unlock-model