diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-12-08 17:05:57 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-12-08 17:05:57 +0200 |
| commit | d0a3f91acd04b65775afc615d426882d54dc4680 (patch) | |
| tree | 059021fc411e56a79ec6d036f29a4697b0f3de7e /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | |
| parent | f9ac8ae24290aefd0be19d68de19669817422a88 (diff) | |
| parent | 0bcfaa9720fd7fdd55d94d0170489a0aab830410 (diff) | |
| download | Tango-d0a3f91acd04b65775afc615d426882d54dc4680.tar.gz Tango-d0a3f91acd04b65775afc615d426882d54dc4680.zip | |
Merged Manual Fine Tuning.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index cb90442eb..6fb521838 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -345,6 +345,11 @@ namespace Tango.PPC.Common public bool EnableRemoteJobUpload { get; set; } /// <summary> + /// Gets or sets the fine tuning minimum limit dL to avoid change L. + /// </summary> + public double FineTuningMinLimitdL { get; set; } + + /// <summary> /// Gets the machine service address. /// </summary> /// <returns></returns> @@ -361,6 +366,7 @@ namespace Tango.PPC.Common LubricationLevels = new List<RmlLubricationLevel>(); JobUploadStrategy = JobUploadStrategy.JobDescriptionFile; FineTuningTrialLengthMeters = 200; + FineTuningMinLimitdL = 0.0; EnableGradientGeneration = true; GradientGenerationResolution = 40; MachineScanningTimeoutSeconds = 20; |
