RCV.FlipAxis()

Type: INSTANCE FUNCTION

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

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

Usage:

Rcv.FlipAxis(AxisNo, Flip)

AxisNo

  • INDEX
    • Use the constants below to define which axis is being configured.
    • In a y-versus-x plot,
    • 0 = x-axis,
    • 1 = y-axis,
    • or use the following constants: X_AXIS, Y_AXIS
    • In a y-and-y’-versus-x plot,
    • 0 = x-axis,
    • 1 = lowery-axis, and
    • 2 = upper-y-axis,
    • or use the following constants X_AXIS, Y_AXIS, 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).
Related Topics