aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-12-08 17:05:57 +0200
committerRoy <Roy.mail.net@gmail.com>2022-12-08 17:05:57 +0200
commitd0a3f91acd04b65775afc615d426882d54dc4680 (patch)
tree059021fc411e56a79ec6d036f29a4697b0f3de7e /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
parentf9ac8ae24290aefd0be19d68de19669817422a88 (diff)
parent0bcfaa9720fd7fdd55d94d0170489a0aab830410 (diff)
downloadTango-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.cs6
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;