list_of_variations#

Maxwell3d.list_of_variations(setup_name=None, sweep_name=None)[source]#

Retrieve a list of active variations for input setup.

Parameters:
setup_namestr, optional

Setup name. The default is None, in which case the nominal adaptive is used.

sweep_namestr, optional

Sweep name. The default is``None``, in which case the nominal adaptive is used.

Returns:
list

List of active variations for input setup.

References

>>> oModule.ListVariations