Rcv.FlipAxis()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes > class RCV >

Rcv.FlipAxis()

Description

Used to allow for a reversed-axis format when running voltammetry experiments.

 

Gamry tip bulb

This displays the graph from positive to negative rather than from negative to positive.

 

Type

INSTANCE FUNCTION

 

Usage

Rcv.FlipAxis(AxisNo, Flip, Label)

 

AxisNo

INDEX

Use the constants below to define which axis is being configured.

In a y-versus-x plot:

0 = x-axis or constant X_AXIS

1 = y-axis or constant Y_AXIS

 

In a y-and-y'-versus-x plot:

0 = x-axis or constant X_AXIS

1 = lower-y-axis or constant Y_AXIS

2 = upper-y-axis or constant Z_AXIS

Flip

BOOL

A Boolean specifying whether or not to flip the axis:

TRUE = Flipped

FALSE = Normal

Label

STRING

The Label used for the axis. Short names (one or two character labels are preferred).