createScenario

Create new empty allocation scenario

    Description

    scenario = createScenario(name) creates a new empty allocation scenario in the allocation set with the given name.

    Input Arguments

    collapse all

    Name of allocation set, specified as a systemcomposer.allocation.AllocationSet object or the name as a character vector.

    Output Arguments

    collapse all

    New empty allocation scenario, returned as a systemcomposer.allocation.AllocationScenario object.

    Introduced in R2020b