Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-196 2600BS-901-01 Rev. F/August 2021
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 am, ends on Nov 7 at 2:00 am.
Sets local time zone to offset.
Also see
gettimezone() (on page 9-107)
os.time() (on page 9-169)
settime() (on page 9-194)
setup.poweron
This attribute specifies which saved setup to recall when the instrument is turned on.
Usage
id = setup.poweron
setup.poweron = 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
Set the instrument to use the factory default setup when power
is turned on.
Also see
setup.save() (on page 9-198)
Start-up (power-on) configuration (on page 2-76)