[geprüfte Version] | [Markierung ausstehend] |
|
|
− | ===Wertesequenzen (SLIST)===
| |
− | Für die Erfassung von Sequenzen von Werten steht der Datentyp SLIST zur Verfügung. SLIST wird verwendet, um die erfassten Biosignale zu übertragen. Eine SLIST enthält eine Liste von Ganzzahlen. Der Parameter T muss ein Typ von QTY sein. Das Item an einem bestimmten Index (i) in der Liste wird berechnet, indem das Item am gleichen Index in der Ziffernfolge (di) mit der Skala (s) multipliziert und dann dieser Wert zum Ursprung (xo) addiert wird.
| |
| ====Spezifikation==== | | ====Spezifikation==== |
| {| class="wikitable" | | {| class="wikitable" |
|
|
| ! Description | | ! Description |
| |- | | |- |
− | | origin | + | | head |
| | T | | | T |
− | | The origin of the list item value scale, i.e., the physical quantity that a zero-digit would represent in the sequence of values. | + | | The first item in this sequence. |
| |- | | |- |
− | | scale | + | | increment |
| | T.diffType | | | T.diffType |
− | | A ratio-scale quantity that is factored out of the digit sequence. | + | | The difference between one value and the previous different value. |
| |- | | |- |
− | | digits | + | | period |
− | | LIST<INT> | + | | INT |
− | | A sequence of raw digits representing the sample values. | + | | If non-NULL, the duration over which the sequence repeats. |
| + | |- |
| + | | denominator |
| + | | INT |
| + | | The integer by which the index for the sequence is divided, giving the number of times the sequence generates the same sequence item value before incrementing to the next sequence item value. For example, to generate the sequence (1; 1; 1; 2; 2; 2; 3; 3; 3; ...) the denominator is 3. |
| |} | | |} |