Prefix_ResetWithDefaults

IVI Library

Prefix_ResetWithDefaults

ViStatus Prefix_ResetWithDefaults (ViSession vi);

Purpose

Resets the instrument and applies initial user-specified settings from the Logical Name which was used to initialize the session. If the session was created without a Logical Name, this function is equivalent to Prefix_reset.

Parameter

Input
Name Type Description
vi ViSession Unique identifier for an IVI session.

Implementation Requirements

Call Ivi_LockSession to lock the IVI session.

Call PREFIX_reset.

Call Ivi_ApplyDefaultSetup.

Finally, call Ivi_UnlockSession to unlock the IVI session.