⇤ ← Revision 1 as of 2008-02-12 13:17:50
Size: 25
Comment:
|
Size: 320
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
{{{ // Description : Switch on/off and enable/disable controller for selected // PACS internal CS (calibration source) // }}} Calling syntax: {{{ procedure CS_on_off { string cal_source = "CS1" in ["CS1","CS2"]; string on_off = "ON" in ["ON","OFF"]; }{ }}} |
CS_on_off procedure
// Description : Switch on/off and enable/disable controller for selected // PACS internal CS (calibration source) //
Calling syntax:
procedure CS_on_off { string cal_source = "CS1" in ["CS1","CS2"]; string on_off = "ON" in ["ON","OFF"]; }{