Skip to content

Commit

Permalink
result output hints for excitation_sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Aug 24, 2024
1 parent fa68069 commit 7d4658d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions femmt/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,7 @@ def excitation_sweep(self, frequency_list: List, current_list_list: List, phi_de
if show_last_fem_simulation:
self.write_simulation_parameters_to_pro_files()
self.visualize()
self.femmt_print(f"The electromagnetic results are stored here: {self.file_data.e_m_results_log_path}")

def component_study(self, time_current_vectors: List[List[List[float]]], fft_filter_value_factor: float = 0.01):
"""
Expand Down Expand Up @@ -1873,6 +1874,8 @@ def stacked_core_study(self, number_primary_coil_turns: int,
study_excitation["linear_losses"]["current_phases_deg"],
inductance_dict=inductance_dict, core_hyst_loss=p_hyst_core_parts)



def stacked_core_center_tapped_pre_study(self, time_current_vectors: List[List[List[float]]], plot_waveforms: bool = False,
fft_filter_value_factor: float = 0.01) -> Dict:
"""
Expand Down

0 comments on commit 7d4658d

Please sign in to comment.