esrf

Beamline Instrument Software Support
SPEC Macro documentation: [ Macro Index | BCU Home ]

par263.mac $Revision: 1.8 $
See other macros in category: All
Description:
    Princeton Applied Research Potentiostat/Galvanostat model 263A and model VersaStatII 2532
Documentation:
    DESCRIPTION


    SETUP


Macros:
    par263setup
    Usage: par263setup <gpib_addr> <potential_mne> <current_cnt>
    Global setup. The potential unit will be mV and the current unit will be A (use the scale factor in config to change the sign and the scale)

    pct
    Usage: pct %MDESC count with autorange on


    par263unsetup
    Usage: par263unsetup


    par263on
    Usage: par263on
    Activates pseudo motor/counters

    par263off
    Usage: par263off
    De-activates pseudo motor/counters

    par263acq
    Usage: par263acq [<time_in_sec>]
    Test curve acquisition

    par263report
    Usage: par263report
    Report information on last curve acquired

    par263mode
    Usage: par263mode [<mode>]
    Without <mode>, report the current controller mode
    With <mode> specified, change the mode
    Possible modes are:
    (1) Galvanostat
    (2) Potentiostat

    par263readI
    Usage: par263readI
    Read 10 I samples and return average

    par263readE
    Usage: par263readE
    Read 10 E samples and return average

    par263setE
    Usage: par263setE [<set_potential>]
    Read/Write set potential (unit=mV)

    par263reset
    Usage: par263reset
    Reset default controller parameters

    par263error
    Usage: par263error
    Report error status on last command executed

    par263cell
    Usage: par263cell [<0|1>]
    Without argument: report cell status
    With argument: 0= set cell OFF
    1= set cell ON

    par263dummy
    Usage: par263dummy [<0|1>]
    Without argument, report dummy cell status
    With argument: 0= set dummy cell OFF
    1= set dummy cell ON

    par263talk
    Usage: par263talk
    Interactive session

    par263vertex
    Usage: par263vertex init_pot down_pot up_pot slope ppsec
    Generate a single vertex from init_pot to down_pot, then up to up_pot and finally down to init_pot. All the potentials are in mV. The slope will be given in mV/sec. The parameter ppsec is the number of points per second

    par263gsetup
    Usage: par263gsetup <gpib_addr> <potential_cnt> <current_cnt>
    Global setup. The potential unit will be mV and the current unit will be mA (use the scale factor in config to change the sign and the scale)

    par263gon
    Usage: par263gon
    Activates pseudo motor/counters

Internal Macros:
    _par263_print
    Usage: _par263_print (msg, err)


    par263_body
    Usage: par263_body(mode)
    body macro for blmenu

    _par263_startcurve
    Usage: _par263_startcurve (acquisition_time)
    Start curve acquisition

    _par263_waitcurve
    Usage: _par263_waitcurve ()
    Return 1 if curve still in acquisition

    _par263_stopcurve
    Usage: _par263_stopcurve ()
    Stop a curve acquisition

    _par263_readcurve
    Usage: _par263_readcurve ()
    Read curve minimum, maximum, integral

    _par263_checkall
    Usage: _par263_checkall


    _par263_getpangles
    Usage: _par263_getpangles


    _par263_getEcounts
    Usage: _par263_getEcounts


    _par263_getPcounts
    Usage: _par263_getPcounts


    _par263_getinstantaneousIcounts
    Usage: _par263_getinstantaneousIcounts


    _par263_getIcounts
    Usage: _par263_getIcounts


    _par263_prepcount
    Usage: _par263_prepcount


    _par263_cleanup
    Usage: _par263_cleanup


    _par263_checkid
    Usage: _par263_checkid ()


    _par263_write
    Usage: _par263_write (cmd)


    _par263_io
    Usage: _par263_io (cmd)


    _par263_read
    Usage: _par263_read ()


    _par263_talkusage
    Usage: _par263_talkusage


    __upper
    Usage: __upper(str)


    _par263vertex_plot
    Usage: _par263vertex_plot(n)
    Get from the VERSASTAT the contains of its CURVE buffers and plot them This macro expect I in the CURVE_0 and E in CURVE_1

    par263setI
    Usage: par263setI


Filename: par263.mac
Author: E.Papillon
Last mod.: 28/04/2017 16:52 by ohlsson