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": "MokuFIRFilterBuilderData_20260529_125231.li",
    "samples_logged": 5248
}
1
2
3
4