![Tektronix Keithley SourceMeter 2470 Reference Manual Download Page 768](http://html1.mh-extra.com/html/tektronix/keithley-sourcemeter-2470/keithley-sourcemeter-2470_reference-manual_1078034768.webp)
Section 14: TSP command reference
2470 High Voltage SourceMeter Instrument Reference Manual
14-128
2470-901-01 Rev. A /
May
2019
Example
smu.measure.func = smu.FUNC_DC_VOLTAGE
smu.measure.math.format = smu.MATH_PERCENT
smu.measure.math.enable = smu.ON
smu.measure.func = smu.FUNC_RESISTANCE
smu.measure.math.format = smu.MATH_RECIPROCAL
smu.measure.math.enable = smu.ON
print(smu.measure.math.format)
smu.measure.func = smu.FUNC_DC_VOLTAGE
print(smu.measure.math.format)
Sets the instrument to measure voltage
and set the math format to percent and
enable the math functions.
Set the instrument to measure resistance
and set the math format to reciprocal and
enable the math functions.
Print the math format while the
resistance measurement function is
selected. The output is:
smu.MATH_RECIPROCAL
Change the function to voltage. Print the
math format. The output is:
smu.MATH_PERCENT
Also see
Making resistance measurements
(on page 4-25)
Source and measure using TSP commands
(on page 4-32)
smu.measure.limit[Y].audible
This attribute determines if the instrument beeper sounds when a limit test passes or fails.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Configuration script
Measure configuration list
smu.AUDIBLE_NONE
Usage
state
= smu.measure.limit[
Y
].audible
smu.measure.limit[
Y
].audible =
state
state
When the beeper sounds:
Never:
smu.AUDIBLE_NONE
On test failure:
smu.AUDIBLE_FAIL
On test pass:
smu.AUDIBLE_PASS
Y
Limit number:
1
or
2
Details
The tone and length of beeper cannot be adjusted.
Example
See
(on page 14-131) for an example of how to use this command.
Also see
(on page 14-130)