ICONST.New()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Signal classes > class ICONST >

ICONST.New()

Description

Create a new constant-current signal-generator.

 

Type

CLASS FUNCTION

 

Usage

Iconst = ICONST.New(Tag, Pstat, Current, Time, SampleTime)

 

Tag

STRING

Object Tag.

Pstat

PSTATCLASS

Potentiostat that will use the signal.

Current

REAL

Applied Current in amperes.

Time

REAL

Total Time in seconds.

SampleTime

REAL

Time between data-acquisition steps.

Iconst

ICONST

The object created.