Method ConfigureMeasureTriggerDigitalEdge
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ConfigureMeasureTriggerDigitalEdge(DCPowerSessionInformation, string, string, DCPowerTriggerEdge, string)
Configures a digital edge trigger for the MeasureTrigger.
public static void ConfigureMeasureTriggerDigitalEdge(this DCPowerSessionInformation sessionInfo, string tiggerTerminal, string modelString, DCPowerTriggerEdge triggerEdge = DCPowerTriggerEdge.Rising, string channelString = "")
Parameters
sessionInfo
DCPowerSessionInformationThe DCPowerSessionInformation object.
tiggerTerminal
stringThe input terminal to configure the trigger to look for a Digital Edge.
This is the fully qualified terminal string, which should be in the form of
, where Dev1 is the instrument generating the trigger and PXI_Trig0 is the trigger line the trigger is being sent on."/Dev1/PXI_Trig0"
Note that the input terminal can also be a terminal from another instrument or channel.
For example, you can set the input terminal on Dev1 to be /Dev2/Engine0/SourceCompleteEvent, where Engine0 is channel 0.
modelString
stringThe model string of the associated instrument.
triggerEdge
DCPowerTriggerEdgeThe digital edge to look for, either NationalInstruments.ModularInstruments.NIDCPower.DCPowerTriggerEdge.Rising or NationalInstruments.ModularInstruments.NIDCPower.DCPowerTriggerEdge.Falling.
channelString
stringThe 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.