add method

add(self, name)

Adds a scenario.

Returns

The index in the list of scenarios.


def add(self, name):
    ...
ParameterTypeDescription
nameSystem.StringThe name of scenario.

See Also