active_index property

active_index property

Gets and sets which scenario is selected.

Definition:

@property
def active_index(self):
    ...
@active_index.setter
def active_index(self, value):
    ...

See Also