System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. C / August 2016 7-107
gettimezone()
This function retrieves the local time zone.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
timeZone = gettimezone()
The local timezone 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 timezone.
Also see
settimezone() (on page 7-192)
gm_isweep()
This KIParlib factory script function performs a linear current sweep and calculates the transconductance (Gm) at
each point.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
gm_array, vbuf, ibuf = gm_isweep(smu, start_i, stop_i, points)
A Lua table containing the calculated Gm values at each point
A reading buffer containing the measured voltage at each point
A reading buffer containing the measured current at each point
System SourceMeter
instrument channel (for example, smua refers to SMU
Starting current level of the sweep
Ending current level of the sweep
Number of measurements between start_i and stop_i (must be ≥ 2)