ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgRF.OutputEnabled Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgRF.OutputEnabled Property

RfsgRFOutputEnabled Property

Gets or sets whether signal output is enabled or disabled.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public bool OutputEnabled { get; set; }
Public Property OutputEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
if the signal output is enabled and if disabled.

Exceptions

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

Remarks

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

See Also

Log in to get a better experience