From ddd4b7cbf9a47269117b131415f753483108ea6f Mon Sep 17 00:00:00 2001 From: liuanlin-mx Date: Sun, 23 Jul 2023 12:19:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E7=BA=BF=E5=92=8Cs=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=9C=A8=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/antenna.py | 2 +- plugin/s_parameter.py | 2 +- z_extractor.project | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plugin/antenna.py b/plugin/antenna.py index 6277c7f..82d5419 100644 --- a/plugin/antenna.py +++ b/plugin/antenna.py @@ -1085,7 +1085,7 @@ def defaults( self ): self.name = "Antenna" self.category = "Antennas Simulation" self.description = "Antennas Simulation" - self.show_toolbar_button = True + self.show_toolbar_button = False #self.icon_file_name = os.path.join(os.path.dirname(__file__), 'rl_icon.png') def Run( self ): diff --git a/plugin/s_parameter.py b/plugin/s_parameter.py index 1b83bc3..4423749 100644 --- a/plugin/s_parameter.py +++ b/plugin/s_parameter.py @@ -1035,7 +1035,7 @@ def defaults( self ): self.name = "S-Parameter" self.category = "S-Parameter Simulation" self.description = "S-Parameter Simulation" - self.show_toolbar_button = True + self.show_toolbar_button = False #self.icon_file_name = os.path.join(os.path.dirname(__file__), 'rl_icon.png') def Run( self ): diff --git a/z_extractor.project b/z_extractor.project index efb33f5..3aaf5bb 100644 --- a/z_extractor.project +++ b/z_extractor.project @@ -272,7 +272,9 @@ - + + cp $(IntermediateDirectory)/$(ProjectName).exe $(WorkspacePath)/z_extractor_pcm/plugins/win/ +