Skip to main content

getProgramOptions

Returns a dictionary with the current values of the program options. This will include all program options, not just those set in the python file.

Syntax

sst.getProgramOptions()

Parameters

  • returns python dictionary with program options and values

Example

import sst

options = sst.getProgramOptions()

Import

import sst