Fs.is_File(); Fs.mkdir() - Keithley 2601B Reference Manual

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

Advertisement

Section 7: TSP command reference
Usage
status = fs.is_dir(path)
status
path
Details
The file system path may be absolute or relative to the current working system path.
Also see

fs.is_file()

(on page 7-96)
fs.is_file()
Tests whether the specified path refers to a file (as opposed to a directory).
Type
TSP-Link accessible
Function
Yes
Usage
status = fs.is_file(path)
status
path
Details
The file system path may be absolute or relative to the current working system path.
Also see
fs.is_dir()
(on page 7-95)

fs.mkdir()

This function creates a directory at the specified path.
Type
TSP-Link accessible
Function
Yes
Usage
path = fs.mkdir(newPath)
path
newpath
Details
The directory path may be absolute or relative to the current working directory.
An error is logged to the error queue if the parent folder of the new directory does not exist, or if a file system
entry already exists at the given path.
Also see
fs.rmdir()
(on page 7-97)
7-96
Series 2600B System SourceMeter® Instrument Reference Manual
Whether or not the given path is a directory (true or false)
The path of the file system entry to test
Affected by
true if the given path is a file; otherwise, false
The path of the file system entry to test
Affected by
The returned path of the new directory
Location (path) of where to create the new directory
Where saved
Default value
Where saved
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