system.sfc.setVariables

Description

Sets any number of variables inside a currently running chart.

Syntax

system.sfc.setVariables(instanceId, variableMap)

  • Parameters

String instanceId - The instance identifier of the chart.

PyObject variablesMap - A dictionary containing the name:value pairs of the variables to set.

  • Returns

Nothing

  • Scope

All

Code Examples

There are no examples associated with this function.