start_logging
Start logging configured intervalsParameters
array required
List of event IDs to log (starting from 1)
number
Duration to log for
default: 60 string
Optional file name prefix
default: "" string
Optional comments to be included
default: "" integer
Delay the start by
default: 0 string
The quantity to log (currently only event timestamp is supported)
default: EventTimestampallowed 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
2
3
4
5
6
7
8
9
10