Model 2461 Interactive SourceMeter® Instrument Reference Manual Section 8: TSP command reference2461-901-01 A/November 2015 8-177smu.source.configlist.catalog()This function returns the name of one source configuration list.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagesmu.source.configlist.catalog()DetailsYou can use this command to retrieve the names of source configuration lists that are stored in theinstrument.This command returns one name each time you send it. This command returns nil to indicate thatthere are no more names to return. If the command returns nil the first time you send it, no sourceconfiguration lists have been created for the instrument.Exampleprint(smu.source.configlist.catalog()) Request the name of one source configuration list thatis stored in the instrument. Send the command againuntil it returns nil to get all stored lists.Also seeConfiguration lists (on page 3-30)smu.source.configlist.create() (on page 8-177)smu.source.configlist.create()This function creates an empty source configuration list.Type TSP-Link accessible Affected by Where saved Default valueFunction Yes Restore configurationInstrument resetPower cycleSource configuration listConfiguration scriptUsagesmu.source.configlist.create(listName)listName A string that represents the name of a source configuration listDetailsThis command creates an empty configuration list. To add configuration indexes to this list, you needto use the store command.Configuration lists are not saved when the instrument is turned off. If you want to save a configurationlist through a power cycle, create a configuration script to save instrument settings, including anydefined configuration lists.