stop_logging
Stops the current instrument data logging session.Handy method to terminate a in-progress data logging session.
Partial data log can still be downloaded to local machine using download_files
# Examples
# Sample response
{
"file_name": "MokuPIDControllerData_20260530_004022.li",
"samples_logged": 2232
}
1
2
3
4
2
3
4