Orcaflex Post Processing Error Handling

Sub-skill of orcaflex-post-processing: Error Handling.

vamseeachanta 69b0d39 456 B Updated

File contents

Error Handling

Error Handling

Common Issues

  1. Missing .sim file

    if not Path(sim_file).exists():
        logger.error(f"Simulation file not found: {sim_file}")
    
  2. Invalid variable name

    try:
        data = line.TimeHistory(variable_name)
    

See sub-skills for full details.

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/engineering/marine-offshore/orcaflex-post-processing/error-handling commit 69b0d39a6b

Frequently asked questions

npx skillmds@latest add vamseeachanta/orcaflex-post-processing-error-handling