Serial.baud - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual
Usage
code = scriptVar.source
scriptVar.source = nil
scriptVar
code
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 keeps the source for all scripts 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
print(test1.source)
Also see
scriptVar.list()

serial.baud

This attribute configures the baud rate for the RS-232 port.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
baud = serial.baud
serial.baud = baud
baud
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
2651A-901-01 Rev. A / March 2011
The name of the variable that references the script that contains the source code
The body of the script
(on page 7-160)
Affected by
Not applicable
The baud rate (300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600 or
115200)
Gets source code for a script named test1.
Where saved
Nonvolatile memory
NOTE
Sets the baud rate to 1200.
Section 7: Command reference
Default value
9600
7-163

Advertisement

Table of Contents
loading

Table of Contents