Skip to content

Commit 374e0e3

Browse files
committed
sorted changelog
1 parent cfd3019 commit 374e0e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,17 +1691,17 @@
16911691
#### [nirfsg] Unreleased
16921692
- Added
16931693
- Changed
1694-
- 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
1694+
- 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
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
16961696
- 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`
1699-
- 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 APIs in the repository
17011699
- 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
17021700
- 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
1703-
- Updated `wait_until_settled` method to have `max_time_milliseconds` parameter as type hightime.timedelta with a default value of 10 seconds
17041701
- 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
1702+
- 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
1703+
- Updated `self_test` to not have any parameters, aligning with other APIs in the repository
1704+
- Updated `wait_until_settled` method to have `max_time_milliseconds` parameter as type hightime.timedelta with a default value of 10 seconds
17051705
- Updated below properties and method parameters to be of string enum type instead of plain string, since they would support only fixed set of strings
17061706
- `pulse_modulation_source`
17071707
- `exported_pulse_modulation_event_output_terminal`

0 commit comments

Comments
 (0)