CONF_chopper

This script belongs to the controller CONFiguration series; here we set parameters for the chopper controller.

// Description   : Read servo loop parameters off a CALU table; a set
//                 of parameters is arranged as a column; different
//                 columns list different sets. Must specify the CALU
//                 file name and the column identification string.
//                 Example: CONF_chopper ("CONFChopper","nom_sky")
//                 The controller parameters are then written to DEC/MEC
//

Calling syntax:

procedure CONF_chopper {
    string fileU = "CONFChopper"; // CAL-U file
    string calUcol = "nom_sky"; // Column identifier
}{

Herschel: PACS/CUSPVscripts/CONF_chopper (last edited 2009-07-15 14:32:36 by localhost)