BaseConduit.redraw

BaseConduit.redraw(k=0, pause=0.0)[source]

Redraw the conduit.

Parameters
  • k (int, optional) – The current iteration. If the current iteration is a multiple of BaseConduit.refreshrate, the conduit will be redrawn.

  • pause (float, optional) – Include a pause after redrawing. The pause value should be provided in seconds.

Returns

None

Raises

ValueError – If pause is not a positive number.