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