@@ -278,18 +278,15 @@ with derivative time constant <code>Td</code>. Smaller time constant <code>Td</c
278
278
Line(points = {{0, -80}, {0, 68}}, color = {192, 192, 192}),
279
279
Text(
280
280
extent = {{62, 32}, {80, 8}},
281
- pattern = LinePattern.None,
282
- lineColor = {0, 0, 0},
281
+ textColor = {0, 0, 0},
283
282
textString = "u" ),
284
283
Text(
285
284
extent = {{-24, 84}, {-8, 64}},
286
- pattern = LinePattern.None,
287
- lineColor = {0, 0, 0},
285
+ textColor = {0, 0, 0},
288
286
textString = "y" ),
289
287
Text(
290
288
extent = {{-82, 22}, {-12, 6}},
291
- pattern = LinePattern.None,
292
- lineColor = {0, 0, 0},
289
+ textColor = {0, 0, 0},
293
290
textString = "%threshold" ,
294
291
horizontalAlignment = TextAlignment.Right),
295
292
Line(points = {{-4, 10}, {2, 10}}, color = {192, 192, 192}),
@@ -316,8 +313,7 @@ with derivative time constant <code>Td</code>. Smaller time constant <code>Td</c
316
313
rotation = 270),
317
314
Text(
318
315
extent = {{8, -8}, {78, -24}},
319
- pattern = LinePattern.None,
320
- lineColor = {0, 0, 0},
316
+ textColor = {0, 0, 0},
321
317
horizontalAlignment = TextAlignment.Left,
322
318
textString = "-%threshold" )}),
323
319
Documentation(
0 commit comments