Sample & Hold¶ class pathsim.blocks.samplehold.SampleHold(T=1, tau=0)[source]¶ Bases: Block Sample and hold stage that samples the inputs periodically using scheduled events and produces them at the output. Parameters: T (float) – sampling period tau (float) – delay events¶ internal scheduled event for periodic sampling Type: list[Schedule]