File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1711,7 +1711,7 @@ def write_waveform_numpy(self, waveform):
17111711 def write_waveform_numpy_complex128 (self , waveform_data_array ):
17121712 r'''write_waveform_numpy_complex128
17131713
1714- A method that writes a waveform of numpy complex128 numbers
1714+ A method that writes a waveform of numpy complex128 numbers.
17151715
17161716 Args:
17171717 waveform_data_array (numpy.array(dtype=numpy.complex128)): Specifies the array of data to load into the waveform. Array should be numberOfSamples big.
Original file line number Diff line number Diff line change 28832883 'WriteWaveformNumpyComplex128' : {
28842884 'codegen_method' : 'public' ,
28852885 'documentation' : {
2886- 'description' : 'A function that writes a waveform of numpy complex128 numbers'
2886+ 'description' : 'A function that writes a waveform of numpy complex128 numbers. '
28872887 },
28882888 'included_in_proto' : False ,
28892889 'is_error_handling' : False ,
You can’t perform that action at this time.
0 commit comments