Write/Read
About Spectrum Analyzer Markers

BandnoiseState Property


Description

Sets and reads the state of the band noise marker. This command makes a band noise marker from a generic marker. First turn a marker ON with the meas.MarkerState command. Then use this command to make it a Bandnoise marker.

 VB Syntax

mkr.BandnoiseState = value

Variable

(Type) - Description

mkr

A Marker (object)

value

(Enum as NAStates) Choose from:

naOFF (or 0) - Turn band noise marker OFF

naON (or 1) - Turn band noise marker ON

Return Type

Boolean

Default

naOFF

Examples

See example program

C++ Syntax

HRESULT get_BandnoiseState(VARIANT_BOOL* bState)

HRESULT put_BandnoiseState(VARIANT_BOOL bState)

Interface

IMarker6