collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviPwrMeterInternalTrigger.Configure Method


IIviPwrMeterInternalTrigger See Also



Class-compliant IIviPwrMeter method that configures the internal trigger event source, slope and level

Namespace: Ivi.PwrMeter.Interop

Assembly: Ivi.PwrMeter.Interop (in Ivi.PwrMeter.Interop.DLL)

Visual Basic

Public Sub Configure ( _
 ByVal  EventSource As String  _
 ByVal  Slope As IviPwrMeterInternalTriggerSlopeEnum  _
)

C#

public void  Configure(
 string  EventSource,
 IviPwrMeterInternalTriggerSlopeEnum  Slope
)

Visual C++

HRESULT Configure(
 BSTR  EventSource,
 IviPwrMeterInternalTriggerSlopeEnum  Slope
);

Parameters

EventSource

The name of the channel to use as the internal trigger event source. The driver uses this value to set the Internal Trigger Event Source attribute. See the attribute description for more information.

Slope

The internal trigger slope. This value sets the Internal Trigger Slope property.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IIviPwrMeterInternalTrigger Interface

Ivi.PwrMeter.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.