Level
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the active level for the Script trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgTriggerLevel Level { get; set; }
Remarks
Specifies the RfsgTriggerLevel enumeration. The default value is ActiveHigh.
This property is used when TriggerType is set to DigitalLevel.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Level property was accessed after the associated NIRfsg object was disposed. |