SignalReaderSignalsResult Data Type
| name | data type | description |
|---|---|---|
| results | array of SRECSignal | The measured signals. |
Properties inherited from PagedResult |
||
| count | number | The total number of results. If this number exceeds the limit used, make another query with offset to fetch the additional results. |
| offset | number | The offset used in the query |
| limit | number | The limit used in the query. |
Example
{
"results" : {
"type" : "SREC",
"name" : "...",
"moduleInfo" : {
"moduleType" : "PASSIVE_LIN",
"moduleName" : "..."
}
},
"count" : 10,
"offset" : 0,
"limit" : 25
}