collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxMarker.TimePosition Property


IBoonton55xxxMarker See Also



Set or return the time (x-axis-position) of the selected marker relative to the trigger. Note that time markers must be positioned within the time limits of the trace window in the graph display. If a time outside of the display limits is entered, the marker will be placed at the first or last time position as appropriate.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Property TimePosition( _
 ByVal  MarkerNumber As Boonton55xxxMarkerNumberEnum  _
As Single

C#

public float  get_TimePosition(
 Boonton55xxxMarkerNumberEnum  MarkerNumber
)
public void  set_TimePosition(
 Boonton55xxxMarkerNumberEnum  MarkerNumber,
 float  val
)

Visual C++

HRESULT get_TimePosition(
 Boonton55xxxMarkerNumberEnum  MarkerNumber,
 float*  val
);
HRESULT put_TimePosition(
 Boonton55xxxMarkerNumberEnum  MarkerNumber,
 float  val
);

Parameters

MarkerNumber

The marker number to set.

Property Value

Set or return the time (x-axis-position) of the selected marker relative to the trigger. Note that time markers must be positioned within the time limits of the trace window in the graph display. If a time outside of the display limits is entered, the marker will be placed at the first or last time position as appropriate.

collapse_allRemarks

Restrictions: For zero delay trigger position in the center of the display , the following relationship must be satisfied: TrigDly - (5*time/div) < MarkerTime < TrigDly + (5*time/div) where the timebase setting is time/div.

collapse_allInstrument Command

MARKer{1|2}:POSItion:TIMe

MARKer{1|2}:POSItion:TIMe?

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxxMarker Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.