Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-97
gettimezone()
This function retrieves the local time zone.
Usage
timeZone = gettimezone()
The local time zone of the instrument
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
Example
Reads the value of the local time zone.
Also see
settimezone() (on page 11-173)
gm_isweep()
This KIParlib factory script function performs a linear current sweep and calculates the transconductance (G
m
) at
each point.
Usage
gm_array, vbuf, ibuf = gm_isweep(smu, start_i, stop_i, points)
A Lua table containing the calculated G
m
values at each point
A reading buffer containing the measured voltage at each point
A reading buffer containing the measured current at each point
Instrument channel (for example, smua refers to SMU channel A)
Starting current level of the sweep
Ending current level of the sweep
Number of measurements between start_i and stop_i (must be  2)