Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-02-12 12:55:27
Size: 27
Editor: dcesarsky
Comment:
Revision 3 as of 2008-02-14 13:46:48
Size: 617
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= ConfChopper procedure = = CONF_chopper =

{{{
// 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
}{
}}}

CONF_chopper

// 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/ConfChopper (last edited 2009-07-15 14:32:38 by localhost)