215 lines
3.1 KiB
JSON
215 lines
3.1 KiB
JSON
{
|
|
"apiName": "hal_scope_waveform_evidence",
|
|
"schemaVersion": 1,
|
|
"source": "wasm-hal-runtime-thread-samples",
|
|
"profileId": "xyzbc-trt",
|
|
"linuxCncReferences": [
|
|
"src/hal/utils/scope_rt.c",
|
|
"src/hal/utils/scope_shm.h",
|
|
"src/hal/utils/scope_usr.h",
|
|
"docs/src/hal/halscope.adoc"
|
|
],
|
|
"samplePeriodNs": 1000000,
|
|
"recordLength": 16,
|
|
"channelCount": 4,
|
|
"channels": [
|
|
{
|
|
"index": 0,
|
|
"name": "evidence.scale.in",
|
|
"kind": "pin",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"index": 1,
|
|
"name": "evidence.scale.out",
|
|
"kind": "pin",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"index": 2,
|
|
"name": "evidence-output",
|
|
"kind": "signal",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"index": 3,
|
|
"name": "evidence.mux.out",
|
|
"kind": "pin",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"trigger": {
|
|
"mode": "single",
|
|
"channel": "evidence.scale.out",
|
|
"edge": "rising",
|
|
"level": 1,
|
|
"forced": true
|
|
},
|
|
"samples": [
|
|
{
|
|
"sampleIndex": 0,
|
|
"timeNs": 0,
|
|
"values": [
|
|
-2,
|
|
-3,
|
|
-3,
|
|
-3
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 1,
|
|
"timeNs": 1000000,
|
|
"values": [
|
|
-1,
|
|
-1,
|
|
-1,
|
|
-1
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 2,
|
|
"timeNs": 2000000,
|
|
"values": [
|
|
0,
|
|
1,
|
|
1,
|
|
1
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 3,
|
|
"timeNs": 3000000,
|
|
"values": [
|
|
1,
|
|
3,
|
|
3,
|
|
3
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 4,
|
|
"timeNs": 4000000,
|
|
"values": [
|
|
2,
|
|
5,
|
|
5,
|
|
5
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 5,
|
|
"timeNs": 5000000,
|
|
"values": [
|
|
3,
|
|
7,
|
|
7,
|
|
7
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 6,
|
|
"timeNs": 6000000,
|
|
"values": [
|
|
4,
|
|
9,
|
|
9,
|
|
9
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 7,
|
|
"timeNs": 7000000,
|
|
"values": [
|
|
5,
|
|
11,
|
|
11,
|
|
11
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 8,
|
|
"timeNs": 8000000,
|
|
"values": [
|
|
6,
|
|
13,
|
|
13,
|
|
13
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 9,
|
|
"timeNs": 9000000,
|
|
"values": [
|
|
7,
|
|
15,
|
|
15,
|
|
15
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 10,
|
|
"timeNs": 10000000,
|
|
"values": [
|
|
8,
|
|
17,
|
|
17,
|
|
17
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 11,
|
|
"timeNs": 11000000,
|
|
"values": [
|
|
9,
|
|
19,
|
|
19,
|
|
19
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 12,
|
|
"timeNs": 12000000,
|
|
"values": [
|
|
10,
|
|
21,
|
|
21,
|
|
21
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 13,
|
|
"timeNs": 13000000,
|
|
"values": [
|
|
11,
|
|
23,
|
|
23,
|
|
23
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 14,
|
|
"timeNs": 14000000,
|
|
"values": [
|
|
12,
|
|
25,
|
|
25,
|
|
25
|
|
]
|
|
},
|
|
{
|
|
"sampleIndex": 15,
|
|
"timeNs": 15000000,
|
|
"values": [
|
|
13,
|
|
27,
|
|
27,
|
|
27
|
|
]
|
|
}
|
|
],
|
|
"integrity": {
|
|
"complete": true,
|
|
"truncated": false
|
|
}
|
|
}
|