list_of_variations# Circuit.list_of_variations(setup_name=None, sweep_name=None)[source]# Retrieve a list of active variations for input setup. Parameters: setup_namestr, optionalSetup name. The default is None, in which case the nominal adaptive is used. sweep_namestr, optionalSweep name. The default is``None``, in which case the nominal adaptive is used. Returns: listList of active variations for input setup. References >>> oModule.ListVariations Copy to clipboard