Skip to content

Commit

Permalink
time datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wegmann committed Sep 9, 2024
1 parent 592b9c4 commit dc8287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secop_ophyd/SECoPDevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ async def generate_nexus_parameter_log(self, param_name: str) -> str:
\t@NX_class = NXlog
\tvalue:NX_FLOAT64 = {self.value.name}{unit_line}
\t\t@type = "{sig_backend.describe_dict['SECoP_dtype']}"
\ttime:NX_FLOAT = {self.value.name}-timestamp
\ttime:NX_FLOAT64 = {self.value.name}-timestamp
\t\t@start = 0
\t\t@units = "s"
Expand Down

0 comments on commit dc8287e

Please sign in to comment.