Copyright © 2006-2019 MultiMedia Soft

SpectrumEnh.SettingsRulersSet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Sets new settings for the rulers of the spectrum analyzer. Current settings can be obtained through the SpectrumEnh.SettingsRulersGet method.

 

For further details about using the Enhanced Spectrum Analyzer refer to the SpectrumEnh section.

For details about using the Enhanced Spectrum Analyzer refer to the How to use the Enhanced Spectrum Analyzer tutorial.

For details about using other embedded Visual Feedbacks refer to the How to use the embedded Visual Feedbacks section

 

 

Syntax

 

[Visual Basic]

control.SpectrumEnh.SettingsRulersSet (

ByRef settings as Long

) as enumErrorCodes


 

[C++]

short control.SpectrumEnh.SettingsRulersSet (

void *settings

);


 

 

Parameter

Description

 

 

settings

Address of a structure of type SPECTR_ENH_RULERS_SETTINGS that contains the new rulers settings.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.