Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. B / May 2013
7-173
Details
The
loadscript
or
loadandrunscript
and
endscript
keywords are not included in the source code.
The body of the script is a single string with lines separated by the new line character.
The instrument automatically stores the source for all scripts that are loaded on the instrument. To free up
memory or to obfuscate the code, assign
nil
to the source attribute of the script. Although this attribute is
writable, it can only be set to the
nil
value.
Example
test7 = script.new("display.clear() display.settext('Hello from my test')", "")
print(test7.source)
This example creates a script called "test7" that displays a message on the front panel and retrieves the
source code.
Output:
display.clear() display.settext('Hello from my test')
Also see
scriptVar.list()
(on page 7-169)
serial.baud
This attribute configures the baud rate for the RS-232 port.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Not applicable
Nonvolatile memory
9600
Usage
baud
= serial.baud
serial.baud =
baud
baud
The baud rate (300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600 or
115200)
Details
A new baud rate setting takes effect when the command to change it is processed.
Allow ample time for the command to be processed before attempting to communicate with the
instrument again. If possible, set the baud rate from one of the other command interfaces or from the
front panel.
The reset function has no effect on data bits.
Example
serial.baud = 1200
Sets the baud rate to 1200.
Also see
RS-232 interface operation
(on page 2-108)
serial.databits
(on page 7-174)
serial.flowcontrol
(on page 7-174)
serial.parity
(on page 7-175)
Содержание System SourceMeter 2601B
Страница 841: ......