Main Content
tdmsDatastore
Description
Use the TDMSDatastore
object to access data from a collection of
TDMS files.
Creation
Description
creates a tdmsds
= tdmsDatastore(location
)TDMSDatastore
object based on a TDMS file or a collection of
files in the folder specified by location
. Within the folder, all files
with the extension .tdms
are included in the datastore.
specifies function options and properties of tdmsds
= tdmsDatastore(__,Name=Value
)tdmsds
using optional
name-value pairs.
Input Arguments
Properties
Object Functions
Examples
Limitations
As a special case of a datastore, the
TDMSDatastore
object does not support the following functionality:Partitioning for parallel computing
Shuffling
Version History
Introduced in R2022a