Search All Files

DC Corrosion Introduction

  • Vstep.Tweak() Type: INSTANCE FUNCTION Purpose: Modify an existing Vstep signal generator. Usage: Vstep.Tweak(Pstat, VInit, TInit, VFinal, TFinal, SampleTime)      … ...
  • Vupdn.Tweak() Type: INSTANCE FUNCTION Purpose: Modify an existing VUPDN signal generator. Usage: Vupdn.Tweak(Pstat, Vinit, VApex, Vfinal, ScanInit, ScanFinal, SampleTime)    … ...
  • Vmstep.Tweak() Type: INSTANCE FUNCTION Purpose: Modify an existing Vmstep signal generator. Usage: Vmstep.Tweak(Pstat, VInit, TInit, Vstep, Tstep, Nsteps, SampleTime)    … ...
  • Vramp.Tweak() Type: INSTANCE FUNCTION Purpose: Modify an existing voltage-ramp generator. Usage: Vramp.Tweak(Pstat, VInit, VFinal, ScanRate, SampleTime)       Pstat PSTATCLASS… ...
  • VSTEP Type: CLASS Purpose: The VSTEP class describes a two-part voltage-step waveform which can be applied by a potentiostat while in… ...
  • VUPDN.New() Type: CLASS FUNCTION Purpose: Creates a new VUPDN signal generator. Usage: Vupdn = VUPDN.New(Tag, Pstat, Vinit, VApex, Vfinal, ScanInit, ScanFinal,… ...
  • VUPDN Type: CLASS Purpose: The VUPDN class describes a dual voltage-ramp waveform which can be applied by a potentiostat while in… ...
  • VMSTEP Type: CLASS Purpose: The VMSTEP class describes a multi-part voltage-step waveform which can be applied by a potentiostat while in… ...
  • VRAMP.New() Type: CLASS FUNCTION Purpose: Creates a new ramp generator. A given Vramp object can be used by more than one… ...
  • VRAMP Type: CLASS Purpose: The VRAMP class describes a voltage-ramp waveform that can be applied by a potentiostat while in the… ...
Back to Top