You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 2.0.0 | 0.32 | 31.08.2021 | Aron Serafini (SCS) | Fix mistake: Topology is a child of CONFIGURATION, not Session. |
49
+
| 2.0.1 | 1.0 | 06.04.2022 | Aron Serafini (SCS) | Add attribute MeasurementDirectionDependent to Channel. Use a release version for this document. |
49
50
50
51
## Introduction
51
52
@@ -1161,11 +1162,11 @@ The following attributes are contained in this group:
1161
1162
1162
1163
| Name | Data type | Parent object | Optional | Description |
1163
1164
|------|---|----|---|----|
1164
-
| Element | string |*CHANNEL_NAME*|no | Equals to "Channel". Identifies this node.|
1165
1165
| TriggerMode | Enum |*CHANNEL_NAME*| no | See chapter [\ref{triggermode} Trigger Mode](#triggermode)|
1166
1166
| CommonTriggerDistance | 64 bit float |*CHANNEL_NAME*| no | See below |
1167
1167
| CommonTriggerFrequency | 64 bit float |*CHANNEL_NAME*| no | See below |
1168
1168
| ChannelBasis | Enum |*CHANNEL_NAME*| no | See below |
1169
+
| MeasurementDirectionDependent | boolean |*CHANNEL_NAME*| no | See below |
1169
1170
| MeasurementType | Enum |*CHANNEL_NAME*| no | See below |
1170
1171
| Neighbor | string |*CHANNEL_NAME*| no | See below |
1171
1172
| MeasurementUncertaintyType | Enum |*CHANNEL_NAME*| yes | See below |
@@ -1207,6 +1208,10 @@ Possible values are:
1207
1208
| SENSOR_VERTICAL_TOTAL | The channel reflects the center of the vehicle irrespective of its orientation or motion |
1208
1209
| MOVE_DIRECTION_VERTICAL_TOTAL | The channel reflects the center with respect to direction of motion, irrespective of its orientation |
1209
1210
1211
+
**MeasurementDirectionDependent**
1212
+
Flag that implies, if set to true, that measurement data of this channel is dependent on direction and should be inverted if viewed with a section of different direction.
1213
+
> If the flag is set to false, not set or only data of a single direction is viewed, then no inversion is needed when viewing data of this channel.
1214
+
1210
1215
**MeasurementType**
1211
1216
Defines how a value was created. This can be measured, calculated or taken from a previously defined data source that was read from there and inserted into the file.
0 commit comments