NI-SCOPE .NET Class Library Help

Table of Contents

ScopeReferenceTrigger.DetectorLocation Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeReferenceTrigger.DetectorLocation Property

ScopeReferenceTriggerDetectorLocation Property

Gets or sets which reference trigger detection circuitry to use on the instrument.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public ScopeReferenceTriggerDetectorLocation DetectorLocation { get; set; }
Public Property DetectorLocation As ScopeReferenceTriggerDetectorLocation
	Get
	Set

Property Value

Type: ScopeReferenceTriggerDetectorLocation
Specifies the ScopeReferenceTriggerDetectorLocation. The default value is AnalogDetectionCircuit.

Remarks

You can access this property only with high-speed digitizers that support onboard signal processing (OSP), such as the NI 5142. If you open a session with an instrument that does not support OSP and you attempt to access this property, a ModularInstrumentsException is thrown.

See Also

Log in to get a better experience