summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/control.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/control.m4')
-rw-r--r--graphics/circuit_macros/examples/control.m48
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/circuit_macros/examples/control.m4 b/graphics/circuit_macros/examples/control.m4
index e42a63edec..9da5c4a7fc 100644
--- a/graphics/circuit_macros/examples/control.m4
+++ b/graphics/circuit_macros/examples/control.m4
@@ -134,6 +134,7 @@ Plant: box wid boxwid*3/2 ht boxht*5/4 \
# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . #
ifelse(1,1,`
+ifelse(0,1,`
Multiblock: [
boxht = 0.4
boxwid = boxht
@@ -172,7 +173,12 @@ Rf: doublebox(R_2,R_3) at ((S1.x+T.x)/2,T.y-boxht*5/4)
arrow from Rf.w to (S1,Rf) then to S1.s
"$n_2$" at S1.s+(0,-boxht/2) ljust
] with .nw at Observer.sw + (0,-0.3)
- "(c) A multiblock example" below ljust at Multiblock.sw+(0,-3pt__)
+')
+ifelse(1,1,`
+Attitude: [
+] with .nw at Observer.sw + (0,-0.3)
+')
+ "(c) A multiblock example" below ljust at last [].sw+(0,-3pt__)
')
# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . #