Gets or sets whether signal output is enabled or disabled.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public bool OutputEnabled { get; set; }

Remarks

true if the signal output is enabled and false if disabled.

This property can be set in any software state, and it does not change the current state. Setting output enabled to false while in the Generation state stops signal output although generation continues internally.

Exceptions

TypeDescription
System.ObjectDisposedException

The OutputEnabled property was accessed after the associated NIRfsg object was disposed.