Opc(); Os.remove() - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Section 7: TSP command reference

opc()

This function sets the operation complete status bit when all overlapped commands are completed.
Type
TSP-Link accessible
Function
No
Usage
opc()
Details
This function causes the operation complete bit in the Standard Event Status Register to be set when all
previously started local overlapped commands are complete.
Note that each node independently sets its operation complete bits in its own status model. Any nodes that are
not actively performing overlapped commands set their bits immediately. All remaining nodes set their own bits
as they complete their own overlapped commands.
Also see
Status model
waitcomplete()

os.remove()

This function deletes the file or directory with a given name.
Type
TSP-Link accessible
Function
Yes
Usage
success, msg = os.remove(filename)
success
msg
filename
Details
Directories must be empty before using the os.remove() function to delete them.
If this function fails, it returns nil (for success) and an error message string (for msg).
Example
os.remove("testFile")
Also see
os.rename()
(on page 7-151)
7-150
Affected by
(on page 5-14, on page E-1)
(on page 7-380)
Affected by
A success indicator (true or nil)
A message value (nil or an error message)
A string representing the name of the file or directory to delete
Series 2600B System SourceMeter® Instrument Reference Manual
Where saved
Where saved
Delete the file named testFile.
Default value
Default value
2600BS-901-01 Rev. B / May 2013

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents