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
Create a dataset in the Nominal platform from a tdms file.
TDMS channel properties must have both a wf_increment and wf_start_time property to be included in the dataset.
Channels will be named as f"{group_name}.{channel_name}" with spaces replaced with underscores.
The text was updated successfully, but these errors were encountered:
Introducing the Nominal LabVIEW Client API!
Features:
- #4 Added naming and description for new datasources
- #5 Tag Support for data streaming
- #6 TimestampMetadata support for Trigger Ingest
- #7 Added TDMS File Upload Support
- General optimizations
Fixes:
- #2 Yealding resources to OS
Find more details here: https://docs.nominal.io/
Create a dataset in the Nominal platform from a tdms file.
TDMS channel properties must have both a
wf_increment
andwf_start_time
property to be included in the dataset.Channels will be named as f"{group_name}.{channel_name}" with spaces replaced with underscores.
The text was updated successfully, but these errors were encountered: