DIAdem Help

Property: CursorSynchronisationAmplitude for Bode

  • Updated2024-09-12
  • 1 minute(s) read

Property: CursorSynchronisationAmplitude for Bode

Specifies which cursor dimension DIAdem assigns to the amplitude axis of a Bode axis system in DIAdem VIEW.

Object.CursorSynchronisationAmplitude
ObjectBode
Object with this property
Object.CursorSynchronisationAmplitudeString with read and write access

The following example outputs a message which displays the cursor dimension of the amplitude axis of a Bode axis system. The DisplayObj must be a Bode type:

VBScriptPython

 

Dim oMyObj 
Set oMyObj = View.ActiveSheet.ActiveArea.DisplayObj 
Call MsgBoxDisp("Amplitude axis: " & oMyObj.CursorSynchronisationAmplitude)

Log in to get a better experience