-
Notifications
You must be signed in to change notification settings - Fork 1
RunScript commands
rfriedr1 edited this page Jan 1, 2018
·
24 revisions
The following run-script commands are available:
- set_detector_deflection(instrument;detector;voltage)
Sets the voltage of the deflection of the detector
- set_detector_supply(instrument;detector;voltage)
Sets the supply voltage of the detector
- systemdevice_vs_time(SystemDeviceName) -> plotname
Returns the time and the value of SystemDevice (pressure sensor, temp sensor etc etc) and plots the data in a plot with the name plotname.
The data are stored during an analysis session and saved with the whole session.
A list of available SystemDevices is given in MSControl SystemDevice.ini
- SampleList_proceed
If a SampleList is used to run multiple samples automatically, the sample list starts running the next sample when this command is processed. The command is being ignored if samples are run without a SampleList.