콘텐츠로 이동

hfVisualizer 원격 제어 해석

모델 검증, 해석 시작, 결과가 있는 모델을 다시 editable preprocessing 모드로 되돌릴 때 이 명령들을 사용합니다.

check-model

hfVisualizer --remote [--target <id>] check-model
  • 기존 검증 경로를 그대로 사용하며 render mode를 바꾸지 않습니다.
  • GUI Check Model 성공 후에도 같은 canonical check-model tail을 Remote Control History에 기록합니다.

run-analysis

hfVisualizer --remote [--target <id>] run-analysis [--ncpu <n>]
  • preprocessing 모드에서 GUI Run Analysis와 같은 방식으로 해석을 시작합니다.
  • --ncpu <n>은 preprocessing의 해석 시작 경로에 적용됩니다.
  • preprocessing에서 해석을 시작할 때만 저장된 현재 파일 경로가 필요합니다.
  • 미저장 변경이 있으면 원격 제어도 GUI와 동일하게 먼저 저장을 시도합니다.
  • GUI Run Analysis 성공 후에도 같은 canonical run-analysis tail을 Remote Control History에 기록합니다.

unlock-model

hfVisualizer --remote [--target <id>] unlock-model
  • postprocessing 모드에서만 사용할 수 있습니다.
  • GUI Unlock model과 같은 동작입니다.
  • 모든 result step을 제거하고 preprocessing 모드로 되돌립니다.
  • GUI Unlock model 성공 후에도 같은 canonical unlock-model tail을 Remote Control History에 기록합니다.

예시:

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