Skip to content

Commit

Permalink
accommodate AutoADGenICam
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Jul 10, 2024
1 parent 8d18d58 commit 3dcc8ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ADAravis/ADAravis.ibek.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,15 @@ entity_models:
description: the aravisCamera object to create settings for

pvi:
# TODO - fix ibek to support yaml
#yaml_path: "{{CLASS}}.pvi.device.yaml"
yaml_path: "AutoADGenICam.pvi.device.yaml"
yaml_path: "{{ '-'.join([camera.ID,camera.CLASS]) if camera.CLASS=='AutoADGenICam' else camera.CLASS }}.pvi.device.yaml"
ui_macros:
P: "{{ camera.P }}"
R: "{{ camera.R }}"
pv: true
pv_prefix: "{{ camera.P }}{{ camera.R }}"

databases:
- file: "{{ camera.CLASS }}.template"
- file: "{{ '-'.join([camera.ID,camera.CLASS]) if camera.CLASS=='AutoADGenICam' else camera.CLASS }}.template"
args:
P: "{{ camera.P }}"
R: "{{ camera.R }}"
Expand Down

0 comments on commit 3dcc8ad

Please sign in to comment.