Write/Read
About Trace Title

TraceTitle Property


Description

Writes and reads data for the trace title area.

The trace title is embedded in the trace status field. Learn more about Trace Titles

The title is turned ON and OFF using TraceTitleState.

 VB Syntax

meas.TraceTitle = value

Variable

(Type) - Description

meas

A Measurement (object)

value

(string) - Title to be displayed. Any characters (no spaces), enclosed with quotes.

Return Type

String

Default

Not Applicable

Examples

meas.TraceTitle = "My new s11 measurement"

title = TraceTitle 'Read

C++ Syntax

HRESULT get_TraceTitle(BSTR *title );
HRESULT put_TraceTitle(BSTR title );

Interface

IMeasurement8