Delay.__call__¶
- Delay.__call__(channel)[source]¶
Return new
Delay
that is fully instantiated with bothduration
and achannel
.- Parameters
channel (
Channel
) – The channel that will have the delay.- Return type
- Returns
Complete and ready to schedule
Delay
.- Raises
PulseError – If
channel
has already been set.