Back: 6.11 Multimeter Functions Forward: 6.13 Frequency Counter Functions   FastBack: 6. Device Functions Up: 6. Device Functions FastForward: 7. Other Modules         Top: fsc2 Contents: Table of Contents Index: Index About: About This Document

6.12 Boxcar Integrator Functions

Currently there is only rudimentary support for one type of boxcar integrator:

egg4402

EG&G PARC 4402

To use the module in an experiment put its name into the DEVICES section of the EDL script.

List of boxcar functions:

`boxcar_name()'
`boxcar_curve_length()'
`boxcar_get_curve()'
`boxcar_start_acquisition()'
`boxcar_stop_acquisition()'
`boxcar_single_shot()'

Descriptions of boxcar functions:

All functions for the boxcar integrator can only be used in the EXPERIMENT section of the EDL script.

`boxcar_name()'

Returns a string with the name of the boxcar integrator being used.

`boxcar_curve_length()'

Returns an integer variable with the length of curves to be sent by the boxcar integrator.

The function can only be used in the EXPERIMENT section of an EDL script.

`boxcar_get_curve()'

Fetches a curve from the boxcar integrator. Two first argument is either a number, either 0 for a live curve or 1 for a memory curve, or one of the strings "LC", "LIVECURVE", "LIVE_CURVE or "MC", "MEMORYCURVE" or "MEMORY_CURVE". The second argument must be an integer specifying the curve number, it must be 1 or 2 for live curves and between 1 and 3 for memory curves.

The function can only be used in the EXPERIMENT section of an EDL script.

`boxcar_start_acquisition()'

Function starts a new acquisition.

The function can only be used in the EXPERIMENT section of an EDL script.

`boxcar_stop_acquisition()'

Function stops a running acquisition.

The function can only be used in the EXPERIMENT section of an EDL script.

`boxcar_single_shot()'

The function expects either one or two arguments, the number of one or two live curves (i.e. either 1 or 2). The function starts an acquisition and immediately stops the acquisition again when the dirst data point has been measured. When only one curve was specified as the argument the function returns the value of this data point. If there were two arguments, the function returns an array with two elements, containing the two data points from the specified live curves.

The function can only be used in the EXPERIMENT section of an EDL script.


Back: 6.11 Multimeter Functions Forward: 6.13 Frequency Counter Functions   FastBack: 6. Device Functions Up: 6. Device Functions FastForward: 7. Other Modules

This document was generated by Jens Thoms Toerring on September 6, 2017 using texi2html 1.82.