Section 7: Command reference
Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-222
2651A-901-01 Rev. A / March 2011
Details
Reading this attribute gives the output state of the source. Setting this attribute will turn the output of the source
on or off. The default for the source is off. When the output is turned on, the SMU will source either voltage or
current as dictated by the
smu
X
.source.func
setting.
Setting this attribute equal to
smu
X
.OUTPUT_HIGH_Z
will cause the output to turn off and go to the High Z mode.
If the
smu
X
.source.output
is then read it will return
0
.
Example
smua.source.output = smua.OUTPUT_ON
Turns on SMU Channel A source
output on.
Also see
(on page 7-220)
smuX.source.outputenableaction
This attribute controls output enable action of the source.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
SMU reset
Instrument reset
Recall
Saved setups
smuX.OE_NONE
Usage
outputAction
= smu
X
.source.outputenableaction
smu
X
.source.outputenableaction =
outputAction
outputAction
The source's output enable action. Set to one of the following values:
0
or
smu
X
.OE_NONE
: No action.
1
or
smu
X
.OE_OUTPUT_OFF
: Turns the source output off.
X
SMU channel (for example,
smua.source.outputenableaction
applies to
SMU Channel A).
Details
This attribute controls the SMU action taken when the output enable line is deasserted.
When set to
smu
X
.OE_NONE
, the SMU will take no action when the output enable line goes low (deasserted).
When set to
smu
X
.OE_OUTPUT_OFF
and the output enable line is de-asserted, the SMU will turn its output off as
if the
smu
X
.source.output = smu
X
.OUTPUT_OFF
command had been received.
The SMU will not automatically turn its output on when the output enable line returns to the high state.
If the output enable line is not asserted when this attribute is set to
smu
X
.OE_OUTPUT_OFF
and the output is on,
the output will turn off immediately.
Detection of the output enable line going low will not abort any running scripts. This may cause execution errors.