Property: PhaseEnd for Bode
- Updated2024-09-12
- 2 minute(s) read
DIAdem VIEW > Properties > Property: PhaseEnd for Bode
Property: PhaseEnd for Bode
Returns the end of the value range of the phase axis in a Bode axis system in DIAdem VIEW.
Object.PhaseEnd
| Object | Bode Object with this property |
| Object.PhaseEnd | Double with read access. |
The following example outputs a message which displays the value ranges of the abscissa, phase, and amplitude axis system in a Bode axis system. The DisplayObj must be a Bode type:
| VBScript | Python |
If View.ActiveSheet.ActiveArea.DisplayObjType = "Bode" Then Dim oMyChart: Set oMyChart = View.ActiveSheet.ActiveArea.DisplayObj Call MsgBoxDisp("XBegin: " & oMyChart.XBegin & vbCRLF & "XEnd: " & oMyChart.XEnd & vbCRLF &_ "PhaseBegin: " & oMyChart.PhaseBegin & vbCRLF & "PhaseEnd: " & oMyChart.PhaseEnd & vbCRLF &_ "AmplitudeBegin: " & oMyChart.AmplitudeBegin & vbCRLF & "AmplitudeEnd: " & oMyChart.AmplitudeEnd) Else Call MsgBoxDisp("No Bode area") End If
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