tdmswriteprop
Syntax
Description
With the tdmswriteprop
function you can write file
properties, channel properties and channel group properties to a TDMS file.
tdmswriteprop(
writes file property names and corresponding values to the specified TDMS file. You can set
a single property or multiple properties. To set multiple properties, use arrays to specify
property names and values. With tdmsfile
,propname
,propvalue
)tdmswriteprop
you can specify and
modify existing properties, or add new properties.
tdmswriteprop(
and
tdmsfile
,propname
,propvalue
,ChannelGroupName=chGrpName
)tdmswriteprop(
specify the existing channel group or channel that the property is assigned to. You can set
the properties of only one channel or channel group at a time.tdmsfile
,propname
,propvalue
,ChannelGroupName=chGrpName
,ChannelName=chName
)
Examples
Input Arguments
Version History
Introduced in R2022b