Write/Read |
About Interpolation |
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) True - Set memory interpolation to ON as the default. |
Return Type |
Boolean |
Default |
False |
Examples |
pref.InterpolateMemorysSDefault = True 'Write |
C++ Syntax |
HRESULT get_InterpolateMemory(VARIANT_BOOL *intState) |
Interface |
IPreferences |