# List ```{eval-rst} .. py:function:: listCSV(Path) :nocontentsentry: Save list (current tab) to CSV file | Constraints: User interface :param Path Path: Save path. ``` ```{eval-rst} .. py:function:: listCSV(Path, Override) :nocontentsentry: Save list (current tab) to CSV file | Constraints: User interface :param Path Path: Save path. :param bool Override: Set to true to override the file if it exists, without warning. ``` ```{eval-rst} .. py:function:: listInfo() :nocontentsentry: Information: List information about the analysis | Constraints: User interface, Results loaded ``` ```{eval-rst} .. py:function:: listResults() :nocontentsentry: List: List the result | Constraints: User interface, Results loaded ``` ```{eval-rst} .. py:function:: listSolidSections() :nocontentsentry: List: List the result of solid sections | Constraints: User interface, Results loaded ``` ```{eval-rst} .. py:function:: listSprings(entity) :nocontentsentry: Spring forces: Calculate springs results with the loaded result file | Constraints: User interface, Results loaded :param [Entity] entity: Entity/Entities to apply the command ``` ```{eval-rst} .. py:function:: listTimeFreq(List) :nocontentsentry: Time/Frequency list: | Alias: listTF | Constraints: Transient analysis, User interface, Results loaded :param List: Node list as [iNode,...] or ends list as [aElem, aNode, bElem, bNode, ...] or elements list as [aElem, aNode, aIntegrationPoint, bElem, bNode, bIntegrationPoint]. ``` ```{eval-rst} .. py:function:: listTimeFreq(HarmonicPlotType, List) :nocontentsentry: Time/Frequency list: | Alias: listTF | Constraints: Harmonic analysis, User interface, Results loaded :param HarmonicPlotType: Plot type. :param List: Node list as [iNode,...] or ends list as [aElem, aNode, bElem, bNode, ...] or elements list as [aElem, aNode, aIntegrationPoint, bElem, bNode, bIntegrationPoint]. ```