fixed test, bits were flipped

This commit is contained in:
alexmadison 2023-11-21 12:24:15 +01:00
parent a130ca59ea
commit 1aeb37f976
1 changed files with 9 additions and 7 deletions

View File

@ -21,14 +21,14 @@ cycle
assert b.in.v 1
assert b.in.a 1
assert-qdi-channel-valid "b.out1" 7 127
assert-qdi-channel-neutral "b.out2" 7
set b.out1.v 1
assert-qdi-channel-valid "b.out2" 7 127
assert-qdi-channel-neutral "b.out1" 7
set b.out2.v 1
cycle
assert b.in.a 1
set-qdi-channel-neutral "b.in" 8
cycle
set b.out1.a 1
set b.out2.a 1
system "echo 'First Cond Checked'"
@ -58,13 +58,15 @@ cycle
assert b.in.v 1
assert b.in.a 1
assert-qdi-channel-valid "b.out2" 7 100
assert-qdi-channel-neutral "b.out1" 7
set b.out2.v 1
assert-qdi-channel-valid "b.out1" 7 50
assert-qdi-channel-neutral "b.out2" 7
set b.out1.v 1
set b.out1.a 1
cycle
assert b.in.a 1
set-qdi-channel-neutral "b.in" 7
cycle
system "echo 'Second Cond Checked'"