collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxTriggerEdge.Configure Method


IBoonton55xxxTriggerEdge See Also



Configures the conidtions for edge trigger. An edge trigger occurs when the trigger source signal passes through the trigger level with the specified slope.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Sub Configure ( _
 ByVal  Source As Boonton55xxxTriggerSourceEnum  _
 ByVal  Level As Single  _
 ByVal  Slope As Boonton55xxxTriggerSlopeEnum  _
 ByVal  Mode As Boonton55xxxTriggerModeEnum  _
)

C#

public void  Configure(
 Boonton55xxxTriggerSourceEnum  Source,
 float  Level,
 Boonton55xxxTriggerSlopeEnum  Slope,
 Boonton55xxxTriggerModeEnum  Mode
)

Visual C++

HRESULT Configure(
 Boonton55xxxTriggerSourceEnum  Source,
 float  Level,
 Boonton55xxxTriggerSlopeEnum  Slope,
 Boonton55xxxTriggerModeEnum  Mode
);

Parameters

Source

Specifies the trigger source. This value sets the Trigger Source property.

Level

Specifies the trigger level. This value sets the Trigger Level property. This parameter will be ignored if the source is external or the trigger is in freerun or autolevel mode.

Slope

Specifies the trigger slope. This value sets the Trigger Slope property.

Mode

Specifies the trigger mode. This value sets the Trigger Mode property.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxxTriggerEdge Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.