Delay.__call__

Delay.__call__(channel)[source]

Return new Delay that is fully instantiated with both duration and a channel.

Parameters

channel (Channel) – The channel that will have the delay.

Return type

Delay

Returns

Complete and ready to schedule Delay.

Raises

PulseError – If channel has already been set.