@@ -25,10 +25,10 @@ plot(sigTable, "phi", heading="sine(time)")
2525results in:
2626
2727``` julia
28- name unit size basetype kind attributes
29- ──────────────────────────────────────────────────────
30- time (100 ,) Float64 Var independent= true
31- phi (100 ,) Float64 Var
28+ name unit size eltypeOrType kind attributes
29+ ──────────────────────────────────────────────────────────
30+ time (100 ,) Float64 Var independent= true
31+ phi (100 ,) Float64 Var
3232```
3333
3434![ OneScalarSignal] ( ../../resources/examples/plots/OneScalarSignal.png )
@@ -55,10 +55,10 @@ plot(sigTable, "phi", heading="sine(time)")
5555results in:
5656
5757``` julia
58- name unit size basetype kind attributes
59- ───────────────────────────────────────────────────────
60- time " s" (100 ,) Float64 Var independent= true
61- phi " rad" (100 ,) Float64 Var
58+ name unit size eltypeOrType kind attributes
59+ ───────────────────────────────────────────────────────────
60+ time " s" (100 ,) Float64 Var independent= true
61+ phi " rad" (100 ,) Float64 Var
6262```
6363
6464![ OneScalarSignalWithUnit] ( ../../resources/examples/plots/OneScalarSignalWithUnit.png )
@@ -84,10 +84,10 @@ plot(sigTable, "phi", heading="sine(time)")
8484results in:
8585
8686``` julia
87- name unit size basetype kind attributes
88- ────────────────────────────────────────────────────────
89- time " s" (100 ,) Float64 Var independent= true
90- r " m" (100 , 3 ) Float64 Var
87+ name unit size eltypeOrType kind attributes
88+ ───────────────────────────────────────────────────────────
89+ time " s" (100 ,) Float64 Var independent= true
90+ r " m" (100 ,3 ) Float64 Var
9191```
9292
9393![ OneVectorSignalWithUnit] ( ../../resources/examples/plots/OneVectorSignalWithUnit.png )
@@ -120,10 +120,10 @@ plot(sigTable, "phi", heading="sine(time)")
120120results in:
121121
122122``` julia
123- name unit size basetype kind attributes
124- ─────────────────────────────────────────────────────────────
125- time (100 ,) Float64 Var independent= true
126- matrix (100 , 2 , 3 ) Float64 Var
123+ name unit size eltypeOrType kind attributes
124+ ──────────────────────────────────────────────────────────────
125+ time (10 ,) Float64 Var independent= true
126+ matrix (10 , 2 , 3 ) Float64 Var
127127```
128128
129129![ OneMatrixSignal] ( ../../resources/examples/plots/OneMatrixSignal.png )
@@ -157,10 +157,10 @@ plot(sigTable, "phi", heading="sine(time)")
157157results in:
158158
159159``` julia
160- name unit size basetype kind attributes
161- ────────────────────────────────────────────────────────────────────────────────────────────────────
162- time " s" (10 ,) Float64 Var independent= true
163- matrix [" m" " m/s" " m/s^2" ; " rad" " rad/s" " rad/s^2" ] (10 , 2 , 3 ) Float64 Var
160+ name unit size eltypeOrType kind attributes
161+ ──────────────────────────────────────────────────────────────────────────────────────────────────────
162+ time " s" (10 ,) Float64 Var independent= true
163+ matrix [" m" " m/s" " m/s^2" ; " rad" " rad/s" " rad/s^2" ] (10 ,2 , 3 ) Float64 Var
164164```
165165
166166![ OneMatrixSignalWithMatrixUnits] ( ../../resources/examples/plots/OneMatrixSignalWithMatrixUnits.png )
@@ -196,16 +196,16 @@ plot(sigTable, "phi", heading="sine(time)")
196196results in:
197197
198198``` julia
199- name unit size basetype kind attributes
200- ─────────────────────────────────────────────────────────────────────────────────────────────────
201- time " s" (5 ,) Float64 Var independent= true
202- phi_max " rad" () Float32 Par
203- i_max () Int64 Par
204- open () Bool Par
205- file String Par
206- matrix1 (2 , 3 ) Float64 Par
207- matrix2 " m/s" (2 , 3 ) Float64 Par alias= " matrix1"
208- matrix3 [" m" " m/s" " m/s^2" ; " rad" " rad/s" " rad/s^2" ] (2 , 3 ) Float64 Par alias= " matrix1"
199+ name unit size eltypeOrType kind attributes
200+ ────────────────────────────────────────────────────────────────────────────────────────────────────
201+ time " s" (5 ,) Float64 Var independent= true
202+ phi_max " rad" () Float32 Par
203+ i_max () Int64 Par
204+ open () Bool Par
205+ file String Par
206+ matrix1 (2 ,3 ) Float64 Par
207+ matrix2 " m/s" (2 ,3 ) Float64 Par alias= " matrix1"
208+ matrix3 [" m" " m/s" " m/s^2" ; " rad" " rad/s" " rad/s^2" ] (2 ,3 ) Float64 Par alias= " matrix1"
209209```
210210
211211![ ConstantSignals] ( ../../resources/examples/plots/ConstantSignals.png )
@@ -252,14 +252,14 @@ plot(sigTable, [("sigC", "load.r[2:3]"), ("sigB", "sigD")])
252252results in:
253253
254254``` julia
255- name unit size basetype kind attributes
256- ────────────────────────────────────────────────────────────────────────────────────────────────
257- time " s" (153 ,) Float64 Var independent= true
258- load. r " m" (153 , 3 ) Float64 Var
259- sigA " m" (153 ,) Float64 Var
260- sigB " m/s" (153 ,) Float64 Var
261- sigC " N*m" (153 ,) Float64 Var
262- sigD " rad/s" (153 ,) Float64 Var variability= " clocked" , info= " Motor angular velocit…
255+ name unit size eltypeOrType kind attributes
256+ ─────────────────────────────────────────────────────────────────────────────────────────────────────────────
257+ time " s" (153 ,) Float64 Var independent= true
258+ load. r " m" (153 ,3 ) Float64 Var
259+ sigA " m" (153 ,) Float64 Var
260+ sigB " m/s" (153 ,) Float64 Var
261+ sigC " N*m" (153 ,) Union{Missing, Float64} Var
262+ sigD " rad/s" (153 ,) Union{Missing, Float64} Var variability= " clocked" , info= " Motor angular velocit…
263263```
264264
265265
@@ -298,19 +298,19 @@ plot(sigTable, ["load.r", ("motor.w", "wm", "motor.w_c", "ref.clock")], heading=
298298results in:
299299
300300```julia
301- name unit size basetype kind attributes
302- ─────────────────────────────────────────────────────────────────────────────────────────────────
303- time " s" (6,) Float64 Var independent=true
304- load.r " m" (6, 3) Float64 Var
305- motor.angle " rad " (6,) Float64 Var state=true
306- motor.w " rad / s " (6,) Float64 Var integral= " motor . angle "
307- motor.w_ref [" rad " , " 1 / s " ] (6, 2) Float64 Var info=" Reference angle and speed "
308- wm " rad / s " (6,) Float64 Var integral= " motor . angle " , alias=" motor . w "
309- ref.clock (6,) Bool Var variability=" clock "
310- motor.w_c (6,) Float64 Var variability=" clocked " , clock=" ref . clock "
311- motor.inertia " kg * m/ s^ 2 " () Float32 Par
312- motor.data String Par
313- attributes Par info=" This is a test signal table "
301+ name unit size eltypeOrType kind attributes
302+ ──────────────────────────────────────────────────────────────────────────────────────────────────────────────
303+ time " s" (6,) Float64 Var independent=true
304+ load.r " m" (6,3) Float64 Var
305+ motor.angle " rad " (6,) Float64 Var state=true, der= " motor . w "
306+ motor.w " rad / s " (6,) Float64 Var
307+ motor.w_ref [" rad " , " 1 / s " ] (6,2) Float64 Var info=" Reference angle and speed "
308+ wm " rad / s " (6,) Float64 Var alias=" motor . w "
309+ ref.clock (6,) Union{Missing, Bool} Var variability=" clock "
310+ motor.w_c (6,) Union{Missing, Float64} Var variability=" clocked " , clock=" ref . clock "
311+ motor.inertia " kg * m/ s^ 2 " () Float32 Par
312+ motor.data String Par
313+ attributes Par info=" This is a test signal table "
314314```
315315
316316
0 commit comments