|
Public Types |
| enum | ScanOptions {
full,
bits32,
loopCalLine,
distSlave,
debug,
tim
} |
Public Member Functions |
| void | print () |
| void | configure (in unsigned short type, in double start, in double stop, in double step) |
| void | configure2 (in unsigned short type, in double start, in double stop, in double step) |
| Trigger | getTrigger1 () |
| Trigger | getTrigger2 () |
| void | setTrigger1 (in Trigger trig) raises (SctApiException) |
| void | setTrigger2 (in Trigger trig) raises (SctApiException) |
| void | setScanVariable1 (in unsigned short var) |
| void | setScanVariable2 (in unsigned short var) |
| unsigned short | getScanVariable1 () |
| unsigned short | getScanVariable2 () |
| void | setNTrigs (in unsigned long nTrigs) |
| unsigned long | getNTrigs () |
| TrigPoints | getVariableTrigs () |
| void | setVariableTrigs (in TrigPoints trigs) |
| void | setVariableTrigRange (in unsigned short start, in unsigned short end, in unsigned long value) |
| ScanPoints | getScanPoints1 () |
| ScanPoints | getScanPoints2 () |
| void | setScanPoints1 (in ScanPoints scans) |
| void | setScanPoints2 (in ScanPoints scans) |
| long | getOption (in ScanOptions opt) |
| void | setOption (in ScanOptions opt, in long val) |
| unsigned long | getScanNumber () |
| unsigned long | getRunNumber () |
| sctConf::ModuleList | getModuleList (in unsigned long group) |
| unsigned long | 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!
|