NormalR() Type: REGULAR FUNCTION Purpose: Normalize an angle in radians from –2π to 2π. Usage: Normalized = NormalR(radians) Radians REAL The original angle in radians. Normalized REAL The… read more →
Mux.Version() Type: INSTANCE FUNCTION Purpose: Reports the version number of the ECM8 firmware. Usage: RevNumber = Mux.Version() RevNumber INDEX Version number. Related Topics
Mux.SetAux() Type: INSTANCE FUNCTION Purpose: Changes the Aux A/D setting. Usually used to connect Aux A/D channel to the PC3 potentiostat Aux A/D input BNC connector so that a measurement… read more →
Mux.SetCell() Type: INSTANCE FUNCTION Purpose: Changes the active cell setting. Usually used to connect one cell to the system potentiostat so that a measurement can be made on that cell.… read more →
Mux.SetDac() Type: INSTANCE FUNCTION Purpose: Set the local DAC (digital-to-analog converter) voltage for a given channel or channels. This voltage is applied to local potentiostat and appears (sign inverted) on… read more →
Mux.SetOffMode() Type: INSTANCE FUNCTION Purpose: Set the Inactive Cell control mode for one of more ECM8 multiplexer channels. The Inactive Cell control mode is applied to a channel whenever that… read more →
Mux.OffMode() Type: INSTANCE FUNCTION Purpose: Report Inactive Cell control mode of one selected ECM8 channel. Usage: Setting = Mux.OffMode(Channel) Channel INDEX Channel number (0 to 7) Setting INDEX… read more →
Mux.Open() Type: INSTANCE FUNCTION Purpose: Acquires the use of an ECM8. The ECM8 associated with the MUX object must be connected and operational when this function is called. This function… read more →
MUX.New() Type: CLASS FUNCTION Purpose: Creates a new MUX object. This object is a software construct that must be associated with a physical ECM8 before it is useful. Similar to… read more →
Mux.Aux() Type: INSTANCE FUNCTION Purpose: Reports the Aux A/D setting. Usage: Channel = Mux.Aux() Channel INDEX or Channel number of connected Aux A/D (0 to 7) NIL All… read more →