ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgArb.DigitalPatternEnabled Property

RfsgArb.DigitalPatternEnabled Property

RfsgArbDigitalPatternEnabled Property

Gets or sets whether to enable digital pattern on the arbitrary waveform generator (AWG) module.

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

Syntax

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

Property Value

Type: Boolean
if digital pattern is enabled and , if digital pattern is disabled.

Exceptions

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

Remarks

This property must be set to to enable signal routing to and from the digital data and control connector.

To set this property, the NI-RFSG device must be in the Configuration state.

See Also

Was this information helpful?