Table of Contents

Method DisableTriggers

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

DisableTriggers(DCPowerSessionsBundle, IEnumerable<TriggerType>)

Disables the following triggers by configuring them to None: PulseTrigger, SequenceAdvanceTrigger, SourceTrigger, and StartTrigger.

MeasureTrigger is not supported. It does not need to be disabled.

public static void DisableTriggers(this DCPowerSessionsBundle sessionsBundle, IEnumerable<TriggerType> triggerTypes = null)

Parameters

sessionsBundle DCPowerSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.

triggerTypes IEnumerable<TriggerType>

Optional list of trigger types to disable. If null or empty, all supported triggers are disabled.