Skip to content

Commit 05c231c

Browse files
committed
Rephrasing few changelog points
1 parent db0a540 commit 05c231c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,13 +1693,13 @@
16931693
- Changed
16941694
- Fixed the return type of `get_all_script_names` and `get_all_named_waveform_names` to remove the size parameter and return a list of strings instead of a comma-separated string
16951695
- Changed the parameter name for waveform name from `name` to `waveform_name` in `clear_arb_waveform` and `select_arb_waveform` to be consistent with other waveform methods
1696-
- Changed the name of below methods to be consistent with other MI drivers
1696+
- Changed the name of below methods to be consistent with other APIs in the repository
16971697
- `get_self_calibration_last_date_and_time` to `get_self_cal_last_date_and_time`
16981698
- `get_external_calibration_last_date_and_time` to `get_ext_cal_last_date_and_time`
16991699
- Added default value for `module` parameter in `get_self_cal_last_date_and_time` and `get_self_calibration_temperature` methods to align with documentation and allow duck-typing
1700-
- Updated `self_test` to not have any parameters, aligning with other MI drivers
1700+
- Updated `self_test` to not have any parameters, aligning with other APIs in the repository
17011701
- Changed `frequency_settling` property to be of type float instead of hightime.timedelta, since it can have multiple interpretation based on `frequency_settling_units` property value
1702-
- Changed `interpolation_delay` and `relative_delay` properties to be of type hightime.timedelta, so that it aligns with _delay_ attributes across all drivers
1702+
- Changed `interpolation_delay` and `relative_delay` properties to be of type hightime.timedelta, so that it aligns with _delay_ attributes across other APIs in the repository
17031703
- Updated `wait_until_settled` method to have `max_time_milliseconds` parameter as type hightime.timedelta with a default value of 10 seconds
17041704
- Changed `exported_ref_clock_rate` and `ref_clock_rate` properties to be of type float instead of enum, since the enums just represented raw float values
17051705
- Removed

0 commit comments

Comments
 (0)