Potential where scan starts. The applicable range of the potential is -2 V to +2 V.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Property BeginPotential As Single
C#
public override float BeginPotential { get; set; }
C++
public override property float BeginPotential override  {
    float get();
    void set(float value);
}
J#
/** property */
public float get_BeginPotential();

/** property */
public void set_BeginPotential(float value);
JScript
public function get BeginPotential() : float

public function set BeginPotential(value : float);

Property Value

Missing <value> tag for "P:PalmSens.PotentialMethod.BeginPotential"

Remarks

Resolution is 1 mV.

See Also