Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Style As TracePersistence |
C# | |
---|---|
public abstract TracePersistence Style {get; set;} |
C++/CLI | |
---|---|
public: abstract property TracePersistence Style { TracePersistence get(); void set ( TracePersistence value); } |
value | Description |
---|---|
TracePersistence.Off | No spectrogram or 3D map is selected. |
TracePersistence.Spectrogram | Spectrogram is enabled with each scan being represented by one horizontal line with colors mapped to amplitude. MaxCount scans of data are persisted |
TracePersistence.TraceSum | Cumulative History is enabled with each pixel on the trace accumulating an occurrence count with colors mapped to this count. The pixels are persisted, but not the individual scans of data. |
TracePersistence.TraceDecay | Digital Persistence is enabled with color of each trace scan mapped to the age of the trace. ColorCount scans of data are persisted / shown. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)