From b7d811c3065806407ecc53192cd543b13f2cce19 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 6 Apr 2022 15:58:31 +0200 Subject: [PATCH] Improve printout formatting --- examples/loops/loop-model.cir | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/loops/loop-model.cir b/examples/loops/loop-model.cir index 6ba53822b..2800cc86c 100644 --- a/examples/loops/loop-model.cir +++ b/examples/loops/loop-model.cir @@ -32,7 +32,8 @@ V1 n2 0 1 let rcur = start ; set the start value for R2 * the loop dowhile run < op_runs - echo run no. $&run with R2 = $&rcur Ohms + echo + echo **** run no. $&run with R2 = $&rcur Ohms **** altermod R2 r = $&rcur ; model parameter r of model rmod for R2 is changed to rcur op ; simulate operating point, plot op1 is created setplot $plot_out ; go to the output plot