These functions read out information from an info field of a data file, a signal or a module.

Arguments

'Index'

Index of the data file, the signal or module

'InfoField'

Info field to read; put in quotation marks.

'Begin'

Optional: First character of the field content to be read. If you do not specify a value, the entire content is read.

'End'

Optional: Last character of the field content to be read. If you do not specify a value, the content is read from 'Begin' to the last character.

InfoField

InfoField('FileIndex',"'InfoField'",'Begin'=0,'End'=Text end)

ChannelInfoField

ChannelInfoField('ChannelIndex',"'InfoField'",'Begin'=0,'End'=Text end)

ModuleInfoField

ModuleInfoField('FileIndex','ModuleIndex',"'InfoField'",'Begin'=0,'End'=Text end)