Read-only
About Diff I/Q App

XAxisSource Property


Description

Returns the X-Axis source of the selected measurement.

See Also:

ActiveXAxis Property

XAxisDomain Property

VB Syntax

src = DIQMeas.XAxisSource

Variable

(Type) - Description

src

(String) - Variable to store the returned source for the domain that is displayed on the X-axis.

See ActiveXAxis Property for possible returned values.

DIQMeas

A DIQMeas (object)

Example

src = diqMeas.XAxisSource 'Read

'Returns "Port 1"

C++ Syntax

HRESULT get_XAxisSource(BSTR* source);

Interface

IDIQMeas