<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Instrument classes > class PSTAT > Pstat.SetIchRange() |
Set and report the current channel range.
The function Pstat.SetIchRange can be used with either an absolute range (INDEX) or a measured voltage (REAL). Setting the Ich range using a REAL voltage is preferred. The measured current is converted into a voltage on the I channel using the I/E converter.
RangeSet = Pstat.SetIchRange(Range)
Range |
REAL |
Maximum V to measure, function picks appropriate range (preferred). |
INDEX |
The code for the desired range (alternate usage). See table in Pstat.IchRange(). |
|
RangeSet |
INDEX |
The code for the new current range setting. See table in Pstat.IchRange(). |