Pstat.SetIchRange()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Instrument classes > class PSTAT >

Pstat.SetIchRange()

Description

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.

 

Type

INSTANCE FUNCTION

 

Usage

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().