Copyright © 2008-2019 MultiMedia Soft

SpectrumEnh.SettingsRulersGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the current settings for the rulers of the enhanced spectrum analyzer. Settings can be modified through the SpectrumEnh.SettingsRulersSet 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.

 

 

Syntax

 

[Visual Basic]

control.SpectrumEnh.SettingsRulersGet (

ByRef settings as Long

) as enumErrorCodes


 

[C++]

short control.SpectrumEnh.SettingsRulersGet (

void *settings

);


 

 

Parameter

Description

 

 

settings

Address of a structure of type SPECTR_ENH_RULERS_SETTINGS that, on return from the method call, will contain the current 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.