API === FA Estimator ------------------------ This Python Script includes all main functions of the developed package. .. automodule:: FA_Estimator :members: Convolution Simulations ------------------------ This Python Script includes all functions applying tensor convolutions to estimate flexibility areas. .. automodule:: conv_simulations :members: Monte Carlo ------------------------ This Python Script includes all functions applying Monte-Carlo based simulations. .. automodule:: monte_carlo :members: Data Sampler ------------------------ This Python Script includes all functions sampling FSP shifts. .. automodule:: data_sampler :members: Json Reader ------------------------ This Python Script reads the scenario information. .. automodule:: json_reader :members: Plotting ------------------------ This Python Script includes all functions plotting the csv results. .. automodule:: plotting :members: Scenario Setup ------------------------ This Python Script includes all functions setting up the network and scenario parameters. .. automodule:: scenario_setup :members: Accuracy Estimation ------------------------ This Python Script includes all functions used to estimate the accuracy. .. automodule:: accuracy_estimation :members: Utils ------------------------ This Python Script includes all generic functions. .. automodule:: utils :members: Optimal Power Flow ------------------------ This Python Script includes the functions used for the OPF. .. automodule:: opf :members: Main ------- This python script is the main file used for the IEEE Transactions on Smart Grid publication to run the scripts. .. automodule:: main :members: