Sample & Hold

class pathsim.blocks.samplehold.SampleHold(T=1, tau=0)[source]

Bases: Block

Samples the inputs periodically and produces them at the output.

Parameters:
  • T (float) – sampling period

  • tau (float) – delay

events

internal scheduled event for periodic sampling

Type:

list[Schedule]