Skip to content

Commit 9915e50

Browse files
committed
Even more docstring coverage in the API.
1 parent a4057e5 commit 9915e50

File tree

2 files changed

+797
-83
lines changed

2 files changed

+797
-83
lines changed

labscript/functions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ def pulse_sequence(pulse_sequence,period):
163163
Args:
164164
pulse_sequence (:obj:`numpy:numpy.ndarray`): 2-D timeseries of
165165
change times and associated states.
166-
period (float): Period of each pulse.
166+
period (float): How long, in seconds, to hold the final state
167+
before repeating the sequence.
167168
168169
Returns:
169170
func: Interpolating function that takes a single parameter `t`.

0 commit comments

Comments
 (0)