Read only
About Help, About PNA

DspRevision Property


Description

Returns the DSP Revision number that is visible in the Help, About Network Analyzer dialog box. Learn more.

 VB Syntax

value = cap.DspRevision

Variable

(Type) - Description

value

(String) - Variable to store the returned DSP revision number.

cap

A Capabilities (object)

Return Type

String

Default

Not Applicable

Examples

value = cap.DspRevision 'Read

C++ Syntax

HRESULT get_DspRevision(BSTR *value);

Interface

ICapabilities6