![Keithley SourceMeter 2600B Series Скачать руководство пользователя страница 375](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220375.webp)
Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-36
2600BS-901-01 Rev. C / August 2016
Details
The
bufferVar
.timestamps
information from a reading buffer is only available if the
bufferVar
.collecttimestamps
attribute is set to 1 (default setting). If it is set to 0, you cannot
access any time information from a reading buffer.
If enabled, this buffer recall attribute is like an array (a Lua table) that contains timestamps, in
seconds, of when each reading occurred. These are relative to the
bufferVar
.basetimestamp
for
the buffer. See
(on page 3-12) for more information.
For dedicated reading buffers, all buffer attributes are saved to nonvolatile memory only when the
reading buffer is saved to nonvolatile memory.
Example
timestamp = smua.nvbuffer1.timestamps[1]
Get the timestamp of the first reading stored
in source-measure unit (SMU) A, buffer 1.
Also see
(on page 7-20)
(on page 7-22)
(on page 7-25)
(on page 7-26)
(on page 7-27)
(on page 7-28)
(on page 7-29)
(on page 7-31)
(on page 7-32)
(on page 7-33)
ConfigPulseIMeasureV()
This KIPulse factory script function configures a current pulse train with a voltage measurement at each point.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
f
,
msg
= ConfigPulseIMeasureV(
smu, bias, level, limit, ton, toff, points, buffer,
tag, sync_in, sync_out, sync_in_timeout, sync_in_abort
)
f
,
msg
= ConfigPulseIMeasureV(
smu, bias, level, limit, ton, toff, points, buffer,
tag, sync_in, sync_out, sync_in_timeout
)
f
,
msg
= ConfigPulseIMeasureV(
smu, bias, level, limit, ton, toff, points, buffer,
tag, sync_in, sync_out
)
f
,
msg
= ConfigPulseIMeasureV(
smu, bias, level, limit, ton, toff, points, buffer,
tag, sync_in
)
f
,
msg
= ConfigPulseIMeasureV(
smu, bias, level, limit, ton, toff, points, buffer,
tag
)