@@ -712,11 +712,9 @@ class Record(BaseRecord, _header.HeaderMixin, _signal.SignalMixin):
712712 must be set, but not both. In addition, if d_signal is set, fmt, gain
713713 and baseline must also all be set.
714714 e_p_signal : ndarray, optional
715- The expanded physical conversion of the signal. Either a 2d numpy
716- array or a list of 1d numpy arrays.
715+ The expanded physical conversion of the signal as a list of 1d numpy arrays.
717716 e_d_signal : ndarray, optional
718- The expanded digital conversion of the signal. Either a 2d numpy
719- array or a list of 1d numpy arrays.
717+ The expanded digital conversion of the signal as a list of 1d numpy arrays.
720718 record_name : str, optional
721719 The name of the WFDB record to be read, without any file
722720 extensions. If the argument contains any path delimiter
@@ -2892,11 +2890,9 @@ def wrsamp(
28922890 must be set, but not both. In addition, if d_signal is set, fmt, gain
28932891 and baseline must also all be set.
28942892 e_p_signal : ndarray, optional
2895- The expanded physical conversion of the signal. Either a 2d numpy
2896- array or a list of 1d numpy arrays.
2893+ The expanded physical conversion of the signal as a list of 1d numpy arrays.
28972894 e_d_signal : ndarray, optional
2898- The expanded digital conversion of the signal. Either a 2d numpy
2899- array or a list of 1d numpy arrays.
2895+ The expanded digital conversion of the signal as a list of 1d numpy arrays.
29002896 samps_per_frame : int or list of ints, optional
29012897 The total number of samples per frame.
29022898 fmt : list, optional
0 commit comments