Simulink.sdi.Parquet.getSignalMetadata
R2026bDescription
returns signal metadata from the specified Parquet file as a table. The table includes
signal names and column indices. metadataTable = Simulink.sdi.Parquet.getSignalMetadata(Filename)
When a JSON sidecar file with the same name as the Parquet file exists in the same folder, the table also includes block path, model, dimensions, and port index columns.
To selectively import signals from a Parquet file based on signal names or column
indices, use the SignalNames or ColumnIndices
name-value argument in one of these functions:
To import data into a new run and return the run ID, use
Simulink.sdi.createRun.To import data into a new run and return the
Simulink.sdi.Runobject, useSimulink.sdi.Run.create.To import data into an existing run, use
Simulink.sdi.addToRun.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b