14: TSP command reference 2470 High Voltage SourceMeter Instrument
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:
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
ï‚§ Never: smu.AUDIBLE_NONE
ï‚§ On test failure: smu.AUDIBLE_FAIL
ï‚§ On test pass:
Details
The tone and length of beeper cannot be adjusted.
Example
See smu.measure.limit[Y].fail (on page 14-131) for an example of how to use this command.
Also see
smu.measure.limit[Y].enable (on page 14-130)