start_logging

Start logging configured intervals

Parameters

array required
List of event IDs to log (starting from 1)
number
Duration to log for
default: 60
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: EventTimestamp
allowed values:EventTimestamp
boolean
Disable all implicit conversions and coercions
default: true

# Examples

# Sample response

{
  "Save to": 2, 
  "Start": 0, 
  "comments": '', 
  "duration": 0.1, 
  "event_indices": [1, 2], 
  "file_name": "run1_20251105_142702.li", 
  "file_name_prefix": "run1", 
  "location": "ssd"
}
1
2
3
4
5
6
7
8
9
10