Visual Basic (Declaration) | |
---|---|
Public MustOverride Function GetDataToolNames( _ ByVal dataModule As String _ ) As String() |
C# | |
---|---|
public abstract string[] GetDataToolNames( string dataModule ) |
C++/CLI | |
---|---|
public: abstract array<String^>^ GetDataToolNames( String^ dataModule ) |
Parameters
- dataModule
- Module name for which tool names are requested
Return Value
string arrayThis property returns an array of logic analyzer tool names attached to a given logic analyzer module. When this module name is used to set the DataModule property, then any of these tool names can be used to set the DataTools property. The tool names are re-read from the logic analyzer each time a VSA measurement is restarted following a call to Disconnect() on the HardwareConfiguration object used by the measurement.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)