IviScope_AutoSetup

CVI/LabWindows IVI Class Driver

IviScope_AutoSetup

IviScopeAutoSetup Capability Group

C Function Prototype

ViStatus IviScope_AutoSetup (ViSession vi);

Purpose

This function automatically configures the instrument.

When calling this function, the oscilloscope senses the input signal and automatically configures many of the instrument settings. The settings no longer match the cache values for the corresponding attributes. Therefore, this function invalidates all attribute cache values.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviScope_init or IviScope_InitWithOptions functions. The handle identifies a particular IVI session.

Return Values