Skip to contents

List of selected quantities selected as output for a given simulation

Super classes

ospsuite.utils::Printable -> ospsuite::DotNetWrapper -> OutputSelections

Active bindings

allOutputs

Returns all outputs defined in the selection

Methods

Inherited methods


Method clear()

Removes all selected output from the selection

Usage

OutputSelections$clear()


Method addQuantity()

Adds a quantity as selected

Usage

OutputSelections$addQuantity(quantity)

Arguments

quantity

Quantity to add to the selection


Method removeQuantity()

Removes a quantity from the selection

Usage

OutputSelections$removeQuantity(quantity)

Arguments

quantity

Quantity to remove from the selection


Method print()

Print the object to the console

Usage

OutputSelections$print(...)

Arguments

...

Rest arguments.