7: TSP command reference Series 2600B System SourceMeter® Instrument
7-100 2600BS-901-01 Rev. C / August 2016
fileVar:write()
This function writes data to a file.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
fileVar:write(data)
fileVar:write(data1, data2)
fileVar:write(data1, ..., datan)
The file descriptor variable
Write all data to the file
The first data to write to the file
The second data to write to the file
The last data to write to the file
One or more entries (or values) separated by commas
Details
This function may buffer data until a flush (fileVar:flush() or io.flush()) or close
(fileVar:close() or io.close()) operation is performed.
Also see
fileVar:close() (on page 7-97)
fileVar:flush() (on page 7-97)
io.close() (on page 7-117)
io.flush() (on page 7-117)
io.open() (on page 7-119)