Table of Contents

Method ConfigureStartTriggerDisable

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

ConfigureStartTriggerDisable(DCPowerSessionInformation, string, string)

Disables the StartTrigger.

public static void ConfigureStartTriggerDisable(this DCPowerSessionInformation sessionInfo, string modelString, string channelString = "")

Parameters

sessionInfo DCPowerSessionInformation

The DCPowerSessionInformation object.

modelString string

The model string of the associated instrument.

channelString string

The channel string containing one or more instrument channels. For Example: "SMU_4147_C2_16/0", or "SMU_4147_C2_16/3, SMU_4137_C2_17/0".

Remarks

This method does not abort the underlying driver session.