Write/Read
About Trace Hold

TraceHoldType Property


Description

Sets the type of trace hold operation to perform.

 VB Syntax

meas.TraceHoldType = value

Variable

(Type) - Description

meas

A Measurement (object)

value

(Enum as NATraceHoldType) - Choose from:

naTraceHoldOff - Disables the Trace Hold feature.

naTraceHoldMinimum - Sets Trace Hold to store the lowest measured data points.

naTraceHoldMaximum - Sets Trace Hold to store the highest measured data points.

Return Type

Enum

Default

naTraceHoldOff

VB Examples

meas.TraceHoldType = naTraceHoldOff 'Write

hold = meas.TraceHoldType 'Read

C++ Syntax

HRESULT get_TraceHoldType(tag NATraceHoldType *pVal)

HRESULT put_TraceHoldType(tag NATraceHoldType newVal)

Interface

IMeasurement16


Last Modified:

30-Mar-2015

MX New topic