Skip to content

Commit

Permalink
fix: Special separator : changed to makro $(S=:).
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Sep 25, 2023
1 parent 118d5c3 commit fb95fb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions evrApp/Db/evrpulser.db
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ record(ai, "$(PN)Delay-RB") {
field(LINR, "LINEAR")
field(ESLO, "1e6")
field(PREC, "3")
field(FLNK, "$(PN)Delay:Raw-RB")
field(FLNK, "$(PN)Delay$(S=:)Raw-RB")
}

record(longin, "$(PN)Delay:Raw-RB") {
record(longin, "$(PN)Delay$(S=:)Raw-RB") {
field(DTYP, "Obj Prop uint32")
field(INP , "@OBJ=$(OBJ), PROP=Delay")
field(EGU , "cnts")
Expand Down Expand Up @@ -101,10 +101,10 @@ record(ai, "$(PN)Width-RB") {
field(LINR, "LINEAR")
field(ESLO, "1e6")
field(PREC, "3")
field(FLNK, "$(PN)Width:Raw-RB")
field(FLNK, "$(PN)Width$(S=:)Raw-RB")
}

record(longin, "$(PN)Width:Raw-RB") {
record(longin, "$(PN)Width$(S=:)Raw-RB") {
field(DTYP, "Obj Prop uint32")
field(INP , "@OBJ=$(OBJ), PROP=Width")
field(PINI, "YES")
Expand Down Expand Up @@ -147,7 +147,7 @@ record(longin, "$(PN)Prescaler-RB") {
record(calc, "$(PN)Res-I") {
field(DESC, "Effective resolution")
field(INPA, "$(PN)Prescaler-RB MS")
field(INPB, "$(P)Link:ClkPeriod-I CP")
field(INPB, "$(P)Link$(S=:)ClkPeriod-I CP")
field(CALC, "1e9*(A?A:1)*B")
field(EGU, "ns")
field(FLNK, "$(PN)Res-FO_")
Expand Down

0 comments on commit fb95fb6

Please sign in to comment.