Inheritance diagram for Sct_SctApi._ScanStub:


Public Member Functions | |
| void | print () |
| void | configure (short type, double start, double stop, double step) |
| void | configure2 (short type, double start, double stop, double step) |
| Sct_SctApi.Trigger | getTrigger1 () |
| Sct_SctApi.Trigger | getTrigger2 () |
| void | setTrigger1 (Sct_SctApi.Trigger trig) throws Sct_SctApi.SctApiException |
| void | setTrigger2 (Sct_SctApi.Trigger trig) throws Sct_SctApi.SctApiException |
| void | setScanVariable1 (short var) |
| void | setScanVariable2 (short var) |
| short | getScanVariable1 () |
| short | getScanVariable2 () |
| void | setNTrigs (int nTrigs) |
| int | getNTrigs () |
| int[] | getVariableTrigs () |
| void | setVariableTrigs (int[] trigs) |
| void | setVariableTrigRange (short start, short end, int value) |
| double[] | getScanPoints1 () |
| double[] | getScanPoints2 () |
| void | setScanPoints1 (double[] scans) |
| void | setScanPoints2 (double[] scans) |
| int | getOption (Sct_SctApi.ScanPackage.ScanOptions opt) |
| void | setOption (Sct_SctApi.ScanPackage.ScanOptions opt, int val) |
| int | getScanNumber () |
| int | getRunNumber () |
| String[] | getModuleList (int group) |
| int | getNGroups () |
| String | getStartTime () |
| Get the start time of this Scan as an ISO Extended string. | |
| String | getEndTime () |
| Get the end time of this Scan as an ISO Extended string - only valid once Scan is finished! | |
| void | get_info (ipc.InfoHolder inf) |
| void | destroy () |
| String[] | _ids () |
Private Member Functions | |
| void | readObject (java.io.ObjectInputStream s) throws java.io.IOException |
| void | writeObject (java.io.ObjectOutputStream s) throws java.io.IOException |
Static Private Attributes | |
| String[] | __ids |
Generated by the IDL-to-Java compiler (portable), version "3.1" from SctApi.idl 14 July 2004 17:26:54 o'clock BST
Definition at line 11 of file _ScanStub.java.
|
|
Initial value: {
"IDL:Sct_SctApi/Scan:1.0",
"IDL:ipc/freeable:1.0"}
Definition at line 606 of file _ScanStub.java. |
1.3.5