Skip to main content
Ctrl+K
pytrnsys_process 0.1.0 documentation - Home pytrnsys_process 0.1.0 documentation - Home
  • Overview
  • Tutorials
  • How Tos
  • Examples
  • API Reference
  • GitHub
  • Overview
  • Tutorials
  • How Tos
  • Examples
  • API Reference
  • GitHub

Section Navigation

  • pytrnsys_process.api
    • pytrnsys_process.api.line_plot
    • pytrnsys_process.api.bar_chart
    • pytrnsys_process.api.stacked_bar_chart
    • pytrnsys_process.api.histogram
    • pytrnsys_process.api.energy_balance
    • pytrnsys_process.api.scatter_plot
    • pytrnsys_process.api.scalar_compare_plot
    • pytrnsys_process.api.get_figure_with_twin_x_axis
    • pytrnsys_process.api.process_single_simulation
    • pytrnsys_process.api.process_whole_result_set
    • pytrnsys_process.api.process_whole_result_set_parallel
    • pytrnsys_process.api.do_comparison
    • pytrnsys_process.api.Simulation
    • pytrnsys_process.api.SimulationsData
    • pytrnsys_process.api.export_plots_in_configured_formats
    • pytrnsys_process.api.load_simulations_data_from_pickle
    • pytrnsys_process.api.load_simulation_from_pickle
    • pytrnsys_process.api.global_settings
    • pytrnsys_process.api.Defaults
    • pytrnsys_process.api.REPO_ROOT
  • pytrnsys_process.config
    • pytrnsys_process.config.settings.Plot
    • pytrnsys_process.config.settings.Reader
    • pytrnsys_process.config.settings.Settings
    • pytrnsys_process.config.settings.Defaults
    • pytrnsys_process.config.settings.global_settings
    • pytrnsys_process.config.constants.PlotSizes
    • pytrnsys_process.config.constants.FilePattern
    • pytrnsys_process.config.constants.FileType
    • pytrnsys_process.config.constants.FileNames
    • pytrnsys_process.config.constants.REPO_ROOT
  • pytrnsys_process.deck
    • pytrnsys_process.deck.extractor.parse_deck_for_constant_expressions
    • pytrnsys_process.deck.extractor.EquationsCollectorVisitor
    • pytrnsys_process.deck.extractor.EquationsTransformer
    • pytrnsys_process.deck.parser.parse_dck
    • pytrnsys_process.deck.visitor_helpers.get_child_token_value
    • pytrnsys_process.deck.visitor_helpers.get_child_token_value_or_none
    • pytrnsys_process.deck.visitor_helpers.get_child_token_or_none
    • pytrnsys_process.deck.visitor_helpers.get_child_token_values_or_empty_sequence
    • pytrnsys_process.deck.visitor_helpers.get_child_tokens_or_empty_sequence
  • pytrnsys_process.log
    • pytrnsys_process.log.logger.get_main_logger
    • pytrnsys_process.log.logger.get_simulation_logger
    • pytrnsys_process.log.logger.initialize_logs
    • pytrnsys_process.log.logger.default_console_logger
  • pytrnsys_process.plot
    • pytrnsys_process.plot.plotters.StackedBarChart
    • pytrnsys_process.plot.plotters.BarChart
    • pytrnsys_process.plot.plotters.LinePlot
    • pytrnsys_process.plot.plotters.Histogram
    • pytrnsys_process.plot.plotters.ScatterPlot
    • pytrnsys_process.plot.plotters.ScalarComparePlot
    • pytrnsys_process.plot.plotters.ChartBase
    • pytrnsys_process.plot.plotters.plot_settings
    • pytrnsys_process.plot.plot_wrappers.line_plot
    • pytrnsys_process.plot.plot_wrappers.bar_chart
    • pytrnsys_process.plot.plot_wrappers.stacked_bar_chart
    • pytrnsys_process.plot.plot_wrappers.histogram
    • pytrnsys_process.plot.plot_wrappers.energy_balance
    • pytrnsys_process.plot.plot_wrappers.scatter_plot
    • pytrnsys_process.plot.plot_wrappers.scalar_compare_plot
    • pytrnsys_process.plot.plot_wrappers.get_figure_with_twin_x_axis
  • pytrnsys_process.process
    • pytrnsys_process.process.process_batch.process_single_simulation
    • pytrnsys_process.process.process_batch.process_whole_result_set
    • pytrnsys_process.process.process_batch.process_whole_result_set_parallel
    • pytrnsys_process.process.process_batch.do_comparison
    • pytrnsys_process.process.process_sim.process_sim
    • pytrnsys_process.process.process_sim.handle_duplicate_columns
    • pytrnsys_process.process.data_structures.Simulation
    • pytrnsys_process.process.data_structures.ProcessingResults
    • pytrnsys_process.process.data_structures.SimulationsData
    • pytrnsys_process.process.file_type_detector.get_file_type_using_file_content
    • pytrnsys_process.process.file_type_detector.get_file_type_using_file_name
    • pytrnsys_process.process.file_type_detector.has_pattern
  • pytrnsys_process.read
    • pytrnsys_process.read.readers.PrtReader
    • pytrnsys_process.read.readers.HeaderReader
    • pytrnsys_process.read.readers.CsvReader
    • pytrnsys_process.read.readers.ReaderBase
  • pytrnsys_process.util
    • pytrnsys_process.util.utils.get_sim_folders
    • pytrnsys_process.util.utils.get_files
    • pytrnsys_process.util.utils.export_plots_in_configured_formats
    • pytrnsys_process.util.utils.convert_svg_to_emf
    • pytrnsys_process.util.utils.get_file_content_as_string
    • pytrnsys_process.util.utils.save_to_pickle
    • pytrnsys_process.util.utils.load_simulations_data_from_pickle
    • pytrnsys_process.util.utils.load_simulation_from_pickle
    • pytrnsys_process.util.file_converter.CsvConverter
  • API Reference
  • pytrnsys_process.config
  • pytrnsys_process.config.constants.FilePattern

pytrnsys_process.config.constants.FilePattern#

class pytrnsys_process.config.constants.FilePattern(patterns: list[str], prefix: str)[source]#
__init__(patterns: list[str], prefix: str) → None#

Methods

__init__(patterns, prefix)

Attributes

patterns

prefix

patterns: list[str]#
prefix: str#
__init__(patterns: list[str], prefix: str) → None#

previous

pytrnsys_process.config.constants.PlotSizes

next

pytrnsys_process.config.constants.FileType

On this page
  • FilePattern
    • FilePattern.__init__()
    • FilePattern.patterns
    • FilePattern.prefix
    • FilePattern.__init__()
Edit on GitHub

This Page

  • Show Source

© Copyright 2026, SPF Institute of Solar Technology, OST University of Applied Sciences.

Created using Sphinx 8.2.0.

Built with the PyData Sphinx Theme 0.16.1.