aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs24
1 files changed, 24 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
index f0699bc72..3207c0a0d 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
@@ -285,5 +285,29 @@ namespace Tango.BL.DTO
get; set;
}
+ /// <summary>
+ /// btsr feeding tension
+ /// </summary>
+ public Double BtsrFeedingTension
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// btsr exit tension
+ /// </summary>
+ public Double BtsrExitTension
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// btsr thread length offset
+ /// </summary>
+ public Double BtsrThreadLengthOffset
+ {
+ get; set;
+ }
+
}
}