Property: DoubleBuffered for Bode
- Updated2024-09-12
- 2 minute(s) read
DIAdem VIEW > Properties > Property: DoubleBuffered for Bode
Property: DoubleBuffered for Bode
Specifies whether DIAdem plots a Bode axis system without flickers during the update in DIAdem VIEW.
Object.DoubleBuffered
| Object | Bode Object with this property |
| Object.DoubleBuffered | Boolean with read and write access |
| Note DIAdem uses two buffers when plotting graphics. DIAdem displays the contents of the first buffer and plots the graphic into the second buffer that is in the background. When DIAdem has finished plotting the graphic, DIAdem exchanges the buffers. Because exchanging the buffers occurs faster than the plotting, DIAdem can ensure that the plotting is flicker free. Therefore DIAdem refreshes the display after the plotting process is complete. When a lot of data must be plotted, it might seem that DIAdem is not reacting. When you are working interactively in VIEW and want to display long channels, use the setting DoubleBuffered = FALSE. When you program events, use the setting DoubleBuffered = TRUE. |
The following example creates a Bode axis system and prevents any flickering during the plotting process:
| VBScript | Python |
View.Sheets(1).Areas(1).DisplayObjType = "Bode" Dim oMyChart: Set oMyChart = View.Sheets(1).Areas(1).DisplayObj Call oMyChart.CurvesBode.Add("[1]/[1]","[1]/[2]","[1]/[3]") oMyChart.DoubleBuffered = TRUE
See Also
Examples
Alignment Functions in DIAdem VIEW | Automatic Display of Harmonic Frequencies | Bird's Eye View Display | Calculating a Tangent to a Curve | Contour Display in DIAdem VIEW | Creating and Viewing Long Data Channels | Dynamic Display of Statistical Characteristic Values in DIAdem VIEW | Overlaying Objects in Videos | Planetary Motion | Synchronizing Videos and Data | Synchronizing Videos and Waveform Data | User Dialog Box in VIEW for the Calculation of the FFT and Harmonic Frequencies | Using a User Command to Calculate the Difference between the Y-Values | Various Display Modes in DIAdem VIEW | Vibration Data Analysis with Parallel Processing | Viewing and Automatically Analyzing Data