Skip to content

Commit

Permalink
gave pos_out calc field a precision of 5
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Oct 8, 2024
1 parent e33cc17 commit 975c8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pandablocks_ioc/ioc.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ def dataset_record_on_update(new_dataset_name):
INPB=builder.CP(record_dict[scale_record_name].record),
INPC=builder.CP(record_dict[offset_record_name].record),
DESC="Value with scaling applied",
PREC=5,
)

# Create the POSITIONS "table" of records. Most are aliases of the records
Expand Down

0 comments on commit 975c8cc

Please sign in to comment.