How to run the scripts
Run IdeaStatiCa.ConnectionRestApi from command line
C:\Program Files\IDEA StatiCa\StatiCa 26.0\IdeaStatiCa.ConnectionRestApi.exe
IdeaStatiCa.ConnectionRestApi should listen on the port 5000
From the command line
Navigate to the directory where the required example is located e.g. : examples\Calculate_HSS_norm_cond
Run Python script from the command line :
run calculate-hss.py
run apply-template.py
Debugging in Visual Studio Code
In Visual Studio Code open the directory with Connection Python Client src\api-sdks\connection-api\clients\python
Open the required example in the editor window.
Start debugging in VS Code toolbar Run/Start Debugging (F5)