Table of Contents

Property BurstDuration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

BurstDuration

Gets or sets the duration of a pulse burst, in the range [0, 3600] seconds. If set to zero, bursts are disabled.

[Range(0, 3600)]
[Precision(4, 0.0001)]
public double BurstDuration { get; set; }

Property Value

double