ScopeTrigger.RuntTrigger Property
- Updated2023-09-06
- 1 minute(s) read
ScopeTriggerRuntTrigger Property
Gets the ScopeRuntTrigger sub-object.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public ScopeRuntTrigger RuntTrigger { get; }
Public ReadOnly Property RuntTrigger As ScopeRuntTrigger Get
Property Value
Type: ScopeRuntTriggerAn object of the type ScopeRuntTrigger.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | RuntTrigger was called after the associated NIScope or ScopeDriverUtility object was disposed. |