Keysight 89600 VSA .NET API
IsMarkerOn Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Source Class : IsMarkerOn Property


Glossary Item Box

Gets or sets a value indicating whether marker on state is true for all source channels that support setting marker state on a downloaded waveform

Syntax

Visual Basic (Declaration) 
Public Overridable Property IsMarkerOn As Boolean
C# 
public virtual bool IsMarkerOn {get; set;}
C++/CLI 
public:
virtual property bool IsMarkerOn {
   bool get();
   void set (    bool value);
}

Remarks

This property is used to turn markers on or off on source channels. The ability to turn off markers is useful with sources that share marker outputs with channels that can also play back waveforms, such as M8195A AWG that outputs Channel 1 markers on Channels 3 and 4. The default value of this property is true (markers on), when this property is supported.

The IsSupported("IsMarkerOn") method can be used to determine whether this property is supported or not with the current Source.SelectedHardware. Source.IsSupported returns whether this property is supported by the first channel.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also