Returns the current range for WE2 in HEX.


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

Syntax

Visual Basic (Declaration)
Public Property CRByte As UInt16
C#
public ushort CRByte { get; set; }
C++
public property ushort CRByte sealed  {
    unsigned short get();
    void set(unsigned short value);
}
J#
/** property */
public ushort get_CRByte();

/** property */
public void set_CRByte(ushort value);
JScript
public function get CRByte() : UInt16

public function set CRByte(value : UInt16);

Property Value

Missing <value> tag for "P:PalmSens.BiPotRanging.CRByte"

Remarks

  • BiPotCR=0 do not use BiPot
  • BiPotCR=1 current range is 1 nA
  • BiPotCR=2 current range is 10 nA
  • BiPotCR=4 current range is 100 nA
  • BiPotCR=8 current range is 1 uA
  • BiPotCR=16 current range is 10 uA
  • BiPotCR=32 current range is 100 uA
  • BiPotCR=64 current range is 1 mA
  • BiPotCR=128 current range is 10 mA

See Also