IviScope_ConfigureTriggerModifier

CVI/LabWindows IVI Class Driver

IviScope_ConfigureTriggerModifier

IviScopeTriggerModifier Capability Group

C Function Prototype

ViStatus IviScope_ConfigureTriggerModifier (ViSession vi, ViInt32 triggerModifier);

Purpose

This function configures the oscilloscope's trigger modifier.

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.
triggerModifier ViInt32 Specifies the method the oscilloscope uses in the absence of trigger conditions. The driver sets the IVISCOPE_ATTR_TRIGGER_MODIFIER attribute to this value.

Return Values