System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. C / August 2016 7-357
Bit B7 B6 B5 B4 B3 B2 B1 B0
(2
) (2
) (2
) (2
) (2
) (2
) (2
) (2
)
Binary value 0/1 0/1 0/1 0/1 0/1 0/1 0/1 0/1
Example 1
enableRegister = status.system5.NODE57 +
status.system5.NODE60
status.system2.enable = enableRegister
Uses constants to set bits B1 and B4 of
the system summary 5 enable register.
Example 2
-- decimal 18 = binary 0000 0000 0001 0010
enableRegister = 18
status.system5.enable = enableRegister
Uses a decimal value to set bits B1 and
B4 of the system summary 5 enable
register.
Also see
status.system4.* (on page 7-353)
System summary and standard event registers (on page E-7)
SweepILinMeasureV()
This KISweep factory script function performs a linear current sweep with voltage measured at every step (point).
Type TSP-Link accessible
Affected by Where saved Default value
Usage
SweepILinMeasureV(smu, starti, stopi, stime, points)
System SourceMeter
instrument channel (for example, smua refers to SMU
Sweep start current in amperes
Sweep stop current in amperes
Settling time in seconds; occurs after stepping the source and before performing a
Number of sweep points (must be
≥
Details
Data for voltage measurements, current source values, and timestamps are stored in
smuX.nvbuffer1.
If all parameters are omitted when this function is called, this function is executed with the parameters
set to the default values.