Visual Basic (Declaration) | |
---|---|
Public MustOverride Property TimeStep As Double |
C# | |
---|---|
public abstract double TimeStep {get; set;} |
This setting is a double representing the block time step in seconds, which is used to calculate the overlap between blocks. The FrequencyVersusTime's overlap, in seconds, is calculated with the following equation. block overlap (sec) = block time length - TimeStep. The TimeStep cannot be larger than the block time length. The default value is 0.00001 sec (10us).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)