Skip to content

Commit

Permalink
fix old ndfile tiff device yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 24, 2024
1 parent 2337882 commit a5f2661
Show file tree
Hide file tree
Showing 5 changed files with 2,562 additions and 12 deletions.
16 changes: 8 additions & 8 deletions ADCore/NDFileTIFF.pvi.device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ children:
write_pv: $(P)$(R)FileName
write_widget:
type: TextWrite
format: 4
format: string
read_pv: $(P)$(R)FileName_RBV
read_widget:
type: TextRead
format: 4
format: string

- type: Group
name: NDCircularBuff
Expand Down Expand Up @@ -86,11 +86,11 @@ children:
write_pv: $(P)$(R)FilePath
write_widget:
type: TextWrite
format: 4
format: string
read_pv: $(P)$(R)FilePath_RBV
read_widget:
type: TextRead
format: 4
format: string

- type: SignalRW
name: CreateDirectory
Expand Down Expand Up @@ -142,18 +142,18 @@ children:
write_pv: $(P)$(R)FileTemplate
write_widget:
type: TextWrite
format: 4
format: string
read_pv: $(P)$(R)FileTemplate_RBV
read_widget:
type: TextRead
format: 4
format: string

- type: SignalR
name: FullFileName
read_pv: $(P)$(R)FullFileName_RBV
read_widget:
type: TextRead
format: 4
format: string

- type: SignalRW
name: WriteFile
Expand Down Expand Up @@ -217,4 +217,4 @@ children:
read_pv: $(P)$(R)WriteMessage
read_widget:
type: TextRead
format: 4
format: string
Loading

0 comments on commit a5f2661

Please sign in to comment.