Fs.rmdir(); Gettimezone() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Series 3700A System Switch/Multimeter Reference Manual
Details
The directory path may be absolute or relative to the current working directory.
This command is nonrecursive. For example, entries in subfolders are not returned.
An error is logged to the error queue if the given path does not exist or does not represent a directory.
Also see
File I/O
(on page 9-27)

fs.rmdir()

This function removes a directory from the file system.
Type
TSP-Link accessible
Function
Yes
Usage
fs.rmdir("path")
path
Details
This path may be absolute or relative to the present current directory.
An error is logged to the error queue if the given path does not exist, or does not represent a
directory, or if the directory is not empty.
Also see
File I/O
(on page 9-27)
fs.mkdir()

gettimezone()

This function retrieves the local time zone.
Type
TSP-Link accessible
Function
Yes
Usage
timeZone = gettimezone()
timeZone
Details
See settimezone() for additional details about the time zone format and a description of the fields.
timeZone can be in either of the following formats:
If one parameter was used with settimezone(), the format used is:
GMThh:mm:ss
If four parameters were used with settimezone(), the format used is:
GMThh:mm:ssGMThh:mm:ss,Mmm.w.dw/hh:mm:ss,Mmm.w.dw/hh:mm:ss
3700AS-901-01 Rev. D/June 2018
Affected by
The path of the directory to remove
(on page 11-250)
Affected by
The local timezone of the instrument
Section 11: TSP command reference
Where saved
Default value
Where saved
Default value
11-251

Advertisement

Table of Contents
loading

Table of Contents