= CONF_cs procedure = {{{ // Description: This version uses the hardcoded parameters found in the // DEC/MEC User Manual V3.3 // The internal calibration source controller CS1 or CS2 or both // are initialized // }}} Calling syntax: {{{ : int procedure CONF_cs { string whichCS = "CS1" in ["CS1","CS2","Both"]; // CS to configure }{ }}}