Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The new IntegralPy library can be used to control INTEGRAL from Python-Script: loading grid data, editing grid data, start calculations.

Quick-start Video: STILL IN WORK, COMING SOON;

For comments, questions contact eimantas.survila@fgh-ma.de

VisuService Integral Start

Video: STILL IN WORK, COMING SOON; COMING SOON;

Execute the following script as macro:

function activate_for_integralpy() {
Netz.setze_steuerdatum("/webvisualisierung/zeige_webvis_steuerparameter","1");
}

Activate both “Nutze ProtobufGridIO API lokal” and “Nutze Web-Visualisierung …”.

...

Open VisuService through the button in INTEGRAL:

...

Documentation IntegralPy

Activate the ProtobufGridIO in INTEGRAL

Execute the following script as macro:

...

Go to control parameters and activate “Nutze ProtobufGridIO API lokal”

...

Importing the library

import integralpy

Methods

integralpy.connect(host)
Returns session object

...