|
|
| Line 317: |
Line 317: |
| ---- | | ---- |
|
| |
|
| = NVGate Integration =
| |
|
| |
| == Reading signal files ==
| |
|
| |
| SRS Tool reads NVGate data with NVGate closed, using no additional DLL. File layout:
| |
|
| |
| <pre>Measurement8/
| |
| Record_1_1/
| |
| Channel_1_0_XXXXXXXX/
| |
| Channel_1.orm ← JSON: sampling rate, unit, channel Name
| |
| Part_0.ors ← binary: float32 little-endian, SI units
| |
| Channel_2_0_XXXXXXXX/ …</pre>
| |
|
| |
| Channel label comes from the <code>Name</code> field in <code>.orm</code> (set in NVGate at recording time). Falls back to <code>SourceName</code> ("Input 1", "Input 2"…) if empty.
| |
|
| |
|
| == Injecting results into NVGate == | | == Injecting results into NVGate == |