Read-only
About SA Application

DataByteSizeLOW Property


Description

Returns the least significant bytes of the byte size of the data to be exported.

VB Syntax

value = sa.dft.DataByteSizeLOW

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

value

(Long) Variable to store the returned value.

Return Type

Long

Example

value = sa.dft.DataByteSizeLOW 'Read

C++ Syntax

HRESULT get_DataByteSizeLOW(long* val);

Interface

ISpectrumAnalyzerDFT