Skip to content

Language: Run Plugin Statement

Maurice HT Ling edited this page Dec 6, 2015 · 2 revisions

Execute a plugin based on the plugin parameters set given.

Syntax:

  1. RUNPLUGIN ID

where

  • ID is the name of the plugin parameters set

Example (from https://github.com/mauriceling/tapps/blob/master/examples/example_02.py):

# Set relative current working directory and load a CSV file
set rcwd data
load csv STI_2015.csv as STI

# Create a new parameter set from summarize plugin as testingA
new summarize parameter as testingA

# Populate the attributes of testingA
set parameter analysis_name in testingA as test
set parameter analytical_method in testingA as by_series
set parameter dataframe in testingA as STI

# Execute plugin using testingA as input
runplugin testingA

Advanced Topics

  1. Bytecodes generated are:
    • runplugin