Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NTNU-IHB/PythonFMU
/ Reset
Method
Reset
src/pythonfmu/PySlaveInstance.cpp:286–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
void Reset() override
287
{
288
py_safe_run([this](PyGILState_STATE gilState) {
289
initialize(gilState);
290
});
291
}
292
293
void Terminate() override
294
{
Callers
1
fmi2Reset
Function · 0.80
Calls
1
py_safe_run
Function · 0.85
Tested by
no test coverage detected