2.3 Programming interface
2.3.1 General
Using the programming interface (COM / DCOM), the MEphistoLab
2
can automatically perform measurements, calculate further meas-
ured values and remotely control them via any COM / DCOM-com-
patible Windows program.
Programming within the script engine is done in C #.
2.3.2 Class name
The MEphistoLab
2
is called via the following COM / DCOM class:
„MEIDS.MephistoScope1.Interface“
2.3.3 Object name
The MEphistoLab
2
is addressed via the following object:
„Scope“
2.3.4 Main function (entry point)
The ScriptEngine of the MEphistoLab
2
uses the following function
as entry point for the script sequences:
„public override void Main()“