ScopeRuntTrigger.Configure Method (String, Double, Double, Polarity)
- Updated2023-09-06
- 1 minute(s) read
ScopeRuntTriggerConfigure Method (String, Double, Double, Polarity)
Configures common properties for analog runt triggering.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public void Configure( string triggerSource, double triggerLowThreshold, double triggerHighThreshold, Polarity triggerPolarity )
Public Sub Configure ( triggerSource As String, triggerLowThreshold As Double, triggerHighThreshold As Double, triggerPolarity As Polarity )
Parameters
- triggerSource
- Type: SystemString
The trigger source. - triggerLowThreshold
- Type: SystemDouble
A value indicating the lower threshold for the runt to trigger, must be less than triggerHighThreshold. - triggerHighThreshold
- Type: SystemDouble
A value indicating the higher threshold for the runt to trigger, must be greater than triggerLowThreshold. - triggerPolarity
- Type: Ivi.ScopePolarity
The polarity that the width will trigger, either positive, negative, or either.
Implements
IIviScopeTriggerRuntConfigure(String, Double, Double, Polarity)Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Configure(String, Double, Double, Polarity) was called after the associated NIScope or ScopeDriverUtility object was disposed. |
IviCDriverException |
The value for lower threshold was invalid.
- or - The value for upper threshold was invalid.- or - The value for runt polarity was invalid.- or - The underlying NI-SCOPE driver returned an error. |