Orcaflex Extreme Analysis Error Handling

Sub-skill of orcaflex-extreme-analysis: Error Handling.

vamseeachanta Updated

File contents

Error Handling

Error Handling

try:
    results = extractor.extract_linked_statistics(sim_file, config)
except OrcFxAPI.OrcaFlexError as e:
    print(f"OrcaFlex error: {e}")
    print("Check object names and variable specifications")

except FileNotFoundError:
    print("Simulation file not found")

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/engineering/marine-offshore/orcaflex-extreme-analysis/error-handling commit 6bbdfadde4

Frequently asked questions

npx skillmds@latest add vamseeachanta/orcaflex-extreme-analysis-error-handling