Files
2026-07-13 13:13:17 +08:00

27 lines
1.1 KiB
Plaintext

{
"FormatVersion": 3,
"Id": "4d1c0e80-7b2a-4f6d-9c1b-12d3e4f50607"/*LoadDataClip*/,
"Description": "Loads a recorded .data file and presents it as a timeline-bound DataClip. Appears in the timeline clip area; drag and trim like any other TimeClip.\n\nThe Clip output exposes a DataClip value containing the parsed DataSet plus the current timeline-to-source mapping. Downstream consumers (SimulateIoData for replay, future analysis ops) read .Set for content and .Mapping for timing.\n\nLoad / unload is shared via DataSetCache so multiple LoadDataClip ops referencing the same file share one parsed dataset.",
"SymbolTags": "64",
"InputUis": [
{
"InputId": "70419103-ae5d-4ca0-cf4e-456071829304"/*FilePath*/,
"Position": {
"X": -200.0,
"Y": 45.0
},
"Description": "Path to the .data recording. Drag-drop a file from the asset library or type a relative project path.",
"Usage": "FilePath"
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "5e2d1f81-8c3b-4a7e-ad2c-23e4f5061718"/*Clip*/,
"Position": {
"X": 300.0,
"Y": 400.0
}
}
]
}