Section 7: TSP command reference Model 2657A High Power System SourceMeter® Instrument Reference Manual
7-174 2657A-901-01 Rev. B/December 2012
Example
settimezone("8", "1", "3.3.0/02", "11.2.0/02")
settimezone(offset)
Sets offset to equal +8 hours, +1
hour for DST, starts on Mar 14 at 2:00
a.m, ends on Nov 7 at 2:00 a.m.
Sets local time zone to offset.
Also see
gettimezone() (on page 7-97)
os.time()
(on page 7-147)
settime()
(on page 7-172)
setup.poweron
This attribute specifies which saved setup to recall when the instrument is turned on.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes Not applicable Nonvolatile memory 0
Usage
id = setup.poweron
setup.poweron = id
id
An integer that specifies the setup to recall when the instrument power is
turned on (0 to 5)
Details
When id = 0, the instrument uses the factory default setup when it is turned on. When id is set to 1 to 5, it uses
the setup saved with setup.save().
Only setups stored in nonvolatile memory are available (you cannot recall a script from a USB flash drive with
this command).
To save a script that is used when the instrument is powered on, you can create a configuration script and name
it autoexec.
Example
setup.poweron = 0
Set the instrument to use the factory default setup
when power is turned on.
Also see
setup.save() (on page 7-175)
Start-up (power-on) configuration
(on page 2-41)