Skip to content

RunScript commands

rfriedr1 edited this page Jan 1, 2018 · 24 revisions

The following run-script commands are available:

script control

switches

temperature controller

plots and data evaluation

storing analysis data

data acquisition

  • 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

sample list

  • 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.

Clone this wiki locally