Write/Read |
About Traces |
Description |
Sets or returns the name of the Trace. Use the trace name to identify the trace and refer to the trace in the collection. Note: This is the same name as meas.Name; when one changes, the other changes. |
VB Syntax |
trac.Name = value |
Variable |
(Type) - Description |
trac |
A Trace (object) |
value |
(String) Trace name |
Return Type |
String |
Default |
"CH1_S11_1" - name of the default measurement |
Examples |
trace.Name = "myTrace" 'Write |
traceName = Name.Trace 'Read |
|
C++ Syntax |
HRESULT put_Name(BSTR name) |
Interface |
ITrace |