Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The Python processing agent configuration consists of two tabs: General and MIM.

General Tab

The General tab consists of three different sections: Python code for the consume block, input/output UDR types, and Interpreter configuration.

The Python processing agent configuration - General tab

Setting
Description

Code Area

This is the text area where you enter your code, see Python Writer's Guide for further information. Entered code will be color coded depending on the code type, and for input assistance, a pop-up menu is available. Below the text area there are line, column and position indicators. See Python Code Editor Assistance.

Input Types

Enables selection of UDR Types. One or several UDR Types that the agent expects to receive may be selected.

Set To Input

Automatically selects the UDR Type distributed by the previous agent.

Output TypesSelect which output types you want to have.
Output RoutesEnter the routes you want each output type to be sent out on.
Interpreter

Here you select which Interpreter profile you want to use. If no selection is made the Interpreter profile that has been set as default will be used. See Python Interpreter Profile for further information.

MIM Tab

In the MIM tab, you can set the MIMs that you want the the Python processing agent to publish.

The Python processing agent configuration  - MIM tab

ColumnDescription
Assigned

Select when the MIM resource is assigned a value. Can be one of:

  • batch - Value is assigned from the consume block.

  • header - Value is assigned in the beginBatch block.

  • trailer - Value is assigned in the endBatch block.

  • global - Value is assigned from any block.

NameEnter the MIM resource name.
TypeSelect the data type of MIM resource.
  • No labels