RuntimeInfo
RuntimeInfo
dataclass
RuntimeInfo(environment: str, executable: Path, version: Optional[str], tcl_library: Optional[Path], installed: bool)
Resolved OpenSees runtime configuration.
Attributes:
| Name | Type | Description |
|---|---|---|
environment |
str
|
Normalized environment name, either |
executable |
Path
|
Absolute path to the OpenSees launcher or executable. |
version |
Optional[str]
|
Version parsed from the OpenSees startup banner, when present. |
tcl_library |
Optional[Path]
|
Bundled Tcl library path for the Colab runtime, otherwise
|
installed |
bool
|
Whether this call downloaded and installed the runtime. |