Skip to content

Conversation

@peteWT
Copy link

@peteWT peteWT commented Feb 10, 2026

Adds three public methods to NativeStand for inspecting/exporting the FVS keyword file used in a simulation:

  • get_keyword_file() — returns keyword file contents as a string
  • get_keyword_file_path() — returns the Path to the .key file
  • export_keyword_file(dest) — copies the .key file to a destination path or directory

Useful for debugging, reproducibility, and archiving simulation configurations.

All existing tests pass (45 passed, 2 skipped).

Add get_keyword_file(), get_keyword_file_path(), and export_keyword_file()
for inspecting and saving the FVS keyword file used in a simulation run.
Add get_output_file(), get_output_file_path(), export_output_file(),
and list_output_files() for accessing FVS .out files after simulation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant