We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2f991 commit d3c363eCopy full SHA for d3c363e
1 file changed
src/nidcpower/examples/nidcpower_measure_record.py
@@ -15,7 +15,7 @@ def example(resource_name, options, voltage, length):
15
session.voltage_level = voltage
16
17
session.commit()
18
- print(f'Effective measurement rate: {session.measure_record_delta_time / 1} S/s')
+ print(f'Effective measurement rate: {1 / session.measure_record_delta_time} S/s')
19
20
print('Channel Num Voltage Current In Compliance')
21
row_format = '{0:15} {1:3d} {2:8.6f} {3:8.6f} {4}'
0 commit comments