From faa72df62524400705919b725e80f7ffad57987c Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sat, 24 Oct 2020 02:42:33 +0200 Subject: [PATCH] Update test file --- test/test1.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/test1.yml b/test/test1.yml index 13d3fb4..3027446 100644 --- a/test/test1.yml +++ b/test/test1.yml @@ -35,17 +35,19 @@ cables: connections: - - - JSTMALE.X1: [1-4] # use `.` syntax to generate a new instance of JSTMALE, named X1 + - JSTMALE.X1: [4-1] # use `.` syntax to generate a new instance of JSTMALE, named X1 - CABLE.W1: [1-4] # same syntax for cables - [S., S., S.S1, S.] # splice W1 and W2 together; only wire #3 needs a user-defined designator - CABLE.W2: [1-4] + - S. # test shorthand, auto-get required number of ferrules from context + - CABLE.W21: [1-4] - JSTFEMALE.X2: [1-4] - # - <=> # mate X2 and X3 + # # - <=> # mate X2 and X3 - - JSTMALE.X3: [1-4] - CABLE.W3: [1-4] - [F., F., F., F.] - # - --> # insert ferrules into screw terminal connector + # # - --> # insert ferrules into screw terminal connector - - X4: [2,1,4,3] # X4 does not require auto-generation, thus no `.` syntax here -