Password Management; Programming Interaction - Keithley 2600B Reference Manual

System sourcemeter instrument
Hide thumbs Also See for 2600B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual
The Outline tab is visible by default in the TSP perspective.
Icon
[ ]

Programming interaction

This part of the workspace is where you interact with the scripts that you are building in Test Script
Builder (TSB). The actual contents of the programming interaction area of the workspace can vary.
You can send commands from the Instrument Console command line, retrieve data, view variables
and errors, and view and set breakpoints when using the debug feature.

Password management

The Series 2600B has password capabilities that let you decide how to password protect the
instrument. You can enable password policies to lock the instrument. Locking the instrument prevents
unauthorized access to any remote interface and reserves the instrument exclusively for your use.
When password usage is enabled, you must supply a password to change the configuration or to
control an instrument from a web page or other remote command interface.
2600BS-901-01 Rev. C / August 2016
Name
Global function variable
Local function variable
Anonymous function
Global table variable
Local table variable
Other table field
Global variable
Local variable
Table method
Nonfunction block
statement (example 1)
Nonfunction block
statement (example 2)
Examples
function gFunction()
end
local function lFunction()
end
myTest(function() return 1 end)
gTable = { }
local lTable = { }
testTable.unit1 = "This is unit 1"
testTable.unit2 = "This is unit 2"
gVariable = 3
local lVariable = 5
gTable = { }
function gTable:testmethod()
end
if true == true then
local var
end
for index = 1, 10 do
end
Section 6: Instrument programming
6-33

Advertisement

Table of Contents
loading

Table of Contents