Skip to content

Commit bf5dd4f

Browse files
author
Angel Gonzalez
committed
add small clarifying comment about MatrixTextSeparator variable.
1 parent a8dcced commit bf5dd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/+mcadinterface/AbstractInterface.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function getMcadParameters(obj)
111111

112112
function setMcadMatrixSeparator(obj)
113113
% Set the Motor-CAD MatrixTextSeparator property to ";"
114-
obj.mcad.set_variable("MatrixTextSeparator",";");
114+
obj.mcad.set_variable("MatrixTextSeparator",";"); % note: named ExportTextSeparator in v2024.2
115115
end
116116
end
117117
end

0 commit comments

Comments
 (0)