Keithley SourceMeter 2600 Series Reference Manual page 440

Table of Contents

Advertisement

13-30 Factory Scripts
TSP Project Name:
TSP Test Script Name:
Firmware Version:
Function:
InitiatePulseTest
Usage:
f, msg = InitiatePulseTest(tag)
Description: This function initiates the pulse configuration assigned tag.
Parameters: tag:
Return
Values:
Output
Data:
Example(s):
2600S-901-01 Rev. A / May 2006
Series 2600 System SourceMeters Reference Manual
KIFactoryPulse
KIPulse
1.2.0 and later
Numeric identifier of pulse train configuration to be initiated.
A Boolean flag. This flag will be true when the pulse was
f:
successfully configured, false when errors were encountered.
A string message. If the f flag is false, msg will contain an error
msg:
message. Otherwise, msg will contain a string indicating successful
configuration.
None
smua.reset()
smua.source.rangev
smua.source.rangei
smua.source.levelv
smua.measure.rangev
smua.measure.rangei
smua.measure.nplc
smua.measure.autozero
smua.nvbuffer1.clear()
smua.nvbuffer1.appendmode = 1
smua.source.output
f1, msg1 = ConfigPulseVMeasureI(smua, 0, 5, 1, 0.002, 0.2,
10,
smua.nvbuffer1, 1)
if (f1 == true) then
f2, msg2 = InitiatePulseTest(1)
print("Initiate message:", msg2)
else
print("Config errors:", msg1)
end
Return to
= 5
= 1
= 0
= 5
= 1
= 0.01
= smua.AUTOZERO_ONCE
= smua.OUTPUT_ON
Section 13 topics

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents