Read-only
About SA Application

DataByteSizeLSB Property


Description

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

VB Syntax

value = sa.dft.DataByteSizeLSB

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

value

(Long) Variable to store the returned value.

Return Type

Long

Example

value = sa.dft.DataByteSizeLSB 'Read

C++ Syntax

HRESULT get_DataByteSizeLSB(long* val);

Interface

ISpectrumAnalyzerDFT