Write/Read
About Spectrum Analyzer Markers

BandDensityToneSpacing Property


Description

Sets and reads the tone density tone spacing.

 VB Syntax

mkr.BandDensityToneSpacing = value

Variable

(Type) - Description

mkr

A Marker (object)

value

(Double) Choose a spacing value.

Return Type

Double

Default

1 MHz

Examples

mkr.BandDensityToneSpacing = 1e6   'Write

value = mkr.BandDensityToneSpacing  'Read

C++ Syntax

HRESULT get_BandDensityToneSpacing(double* pVal)

HRESULT put_BandDensityToneSpacing(double newVal)

Interface

IMarker8