Write/Read
About Interpolation

InterpolateMemoryIsDefault Property


Description

Sets and reads the state of the memory data interpolation default preference. The PNA will return to the default interpolation state after a Preset, creating a new trace, or closing the PNA application. Learn more.

 VB Syntax

pref.InterpolateMemory = bool

Variable

(Type) - Description

pref

A Preferences (object)

bool

(boolean)
False
- Set memory interpolation to OFF as the default.

True - Set memory interpolation to ON as the default.

Return Type

Boolean

Default

False

Examples

pref.InterpolateMemorysSDefault = True 'Write
prefer = pref.InterpolateMemory 'Read

C++ Syntax

HRESULT get_InterpolateMemory(VARIANT_BOOL *intState)
HRESULT put_InterpolateMemory(VARIANT_BOOL intState)

Interface

IPreferences