Write/Read
About Marker Format

Format Property (marker)


Description

Sets (or returns) the format of the marker.

 VB Syntax

mark.Format = value

Variable

(Type) - Description

mark

A Marker (object)

value

(enum NAMarkerFormat) - Choose from:

0 - naMarkerFormat_LinMag

1 - naMarkerFormat_LogMag

2 - naMarkerFormat_Phase

3 - naMarkerFormat_Delay

4 - naMarkerFormat_Real

5 - naMarkerFormat_Imaginary

6 - naMarkerFormat_SWR

7 - naMarkerFormat_LinMagPhase

8 - naMarkerFormat_LogMagPhase

9 - naMarkerFormat_RealImaginary

10 - naMarkerFormat_ComplexImpedance

11 - naMarkerFormat_ComplexAdmittance

12 - naMarkerFormat_Kelvin

13 - naMarkerFormat_Fahrenheit

14 - naMarkerFormat_Celsius

15 - naMarkerFormat_Default - the same format as the trace.

16 - naMarkerFormat_Noise - Available ONLY in IM Spectrum and SA measurement classes.

Return Type

NAMarkerFormat

Default

15 -naMarkerFormat_Default

Examples

mark.Format = naMarkerFormat_SWR 'Write

fmt = mark.Format 'Read

C++ Syntax

HRESULT get_Format(tagNAMarkerFormat *pVal)

HRESULT put_Format(tagNAMarkerFormat newVal)

Interface

IMarker


Last Modified:

19-Nov-2014

Added default and noise

1-Oct-2007

Added temperature formats