Series 2600 System SourceMeters Reference Manual Instrument Control Library 12-91
Return to Section 12 topics 2600S-901-01 Rev. A / May 2006
Details See “Output-off states” in Section 3.
Also see smuX.source.output
Example
Sets output-off mode for SMU A:
smua.source.offmode = smua.OUTPUT_HIGH_Z
smuX.source.output
X = SMU channel (a or b)
Attribute Source output control (on/off).
Usage
state = smuX.source.output -- Reads output state.
smuX.source.output = state -- Writes output state.
Set state to one of the following values:
0 or smuX.OUTPUT_OFF Turns the source output off.
1 or smuX.OUTPUT_ON Turns the source output on.
Remarks 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
smuX.source.func setting.
Details See Section 4 (basic operation).
Also see smuX.source.func, smuX.source.offmode
Example
Turns SMU A source output on:
smua.source.output = smua.OUTPUT_ON