Read-only
About SA Application

DataBytesPerBin Property


Description

Returns the byte size of one data bin in binary mode.

VB Syntax

value = sa.dft.DataBytesPerBin

Variable

(Type) - Description

sa.dft

A SpectrumAnalyzerDFT (object)

value

(Long) Variable to store the returned value.

Return Type

Long

Example

value = sa.dft.DataBytesPerBin 'Read

C++ Syntax

HRESULT get_DataBytesPerBin(long* val);

Interface

ISpectrumAnalyzerDFT