start_logging

Start logging configured intervals

Parameters

array required
List of event IDs to log (starting from 1)
allowed values:
Moku:LabUp to 2 values in the range 1 to 2.
Moku:GoUp to 2 values in the range 1 to 2.
Moku:ProUp to 4 values in the range 1 to 4.
Moku:DeltaUp to 8 values in the range 1 to 8.
number
Duration to log for
default: 60
Optional file name prefix
default: ""
string
Optional comments to be included
default: ""
integer
How much to delay the start by (this is currently ignored)
default: 0
string
The quantity to log (currently only event timestamp is supported)
default: EventTimestamp
allowed values:EventTimestamp
boolean
Disable all implicit conversions and coercions
default: true

# Examples

# Sample response

{
    "Save to": "SSD",
    "Start": "Immediate",
    "comments": "run1",
    "duration": 10.0,
    "event_indices": [1],
    "file_name": "MokuTimeFrequencyAnalyzerData_20260530_001816.li",
    "file_name_prefix": "MokuTimeFrequencyAnalyzerData",
    "location": "ssd"
}
1
2
3
4
5
6
7
8
9
10