Section 8: TSP command reference Model 2461 Interactive SourceMeter® Instrument Reference Manual8-142 2461-901-01 A/November 2015smu.measure.configlist.store()This function stores the active measure or digitize settings into the named configuration list.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagesmu.measure.configlist.store(listName)smu.measure.configlist.store(listName, index)listName A string that represents the name of a measure configuration listindex A number that defines a specific configuration index in the configuration listDetailsUse this command to store the active measure or digitize settings to a configuration index in aconfiguration list. If the index parameter is not provided, the configuration index will append to theend of the list. The index will only store the active settings for a single active measure or digitizefunction.A measure configuration list can store measure or digitize settings. If the active function is a digitizefunction, digitize settings are saved. When the index is queried with thesmu.measure.configlist.query() command, digitize settings and their values are listed, butmeasure settings are listed as not being used. Similarly, if the active function is a measure function,measure settings are saved. When the index is queried, the measure settings and their values arelisted, but the digitize settings are listed as not used.Configuration lists are not saved when the instrument is turned off. To save a configuration list, createa configuration script to save instrument settings, including any defined configuration lists.Refer to Instrument settings stored in a measure configuration list (on page 3-33) for a complete list ofmeasure settings that the instrument stores.Examplesmu.measure.configlist.store("MyConfigList") Stores the active settings of theinstrument to the end of the configurationlist MyConfigList.smu.measure.configlist.store("MyConfigList", 5) Stores the active settings of theinstrument to configuration index 5 in themeasure configuration listMyConfigList.Also seeConfiguration lists (on page 3-30)smu.measure.configlist.create() (on page 8-136)