IviScope_ConfigureTriggerCoupling

CVI/LabWindows IVI Class Driver

IviScope_ConfigureTriggerCoupling

IviScopeBase Capability Group

C Function Prototype

ViStatus IviScope_ConfigureTriggerCoupling (ViSession vi, ViInt32 coupling);

Purpose

This function sets the trigger coupling attribute.

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.
coupling ViInt32 Specifies the trigger coupling. The driver uses this value to set the IVISCOPE_ATTR_TRIGGER_COUPLING attribute.

Return Values