ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgRFAdvanced ClassRfsgRFAdvanced.PulseModulationEnabled PropertyCurrent page
Table of Contents

RfsgRFAdvanced.PulseModulationEnabled Property

RfsgRFAdvanced.PulseModulationEnabled Property

RfsgRFAdvancedPulseModulationEnabled Property

Gets or sets whether pulse modulation is enabled or disabled.

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

Syntax

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

Property Value

Type: Boolean
if pulse modulation is enabled and if it is disabled.

Exceptions

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

Remarks

If this property is enabled and the signal at the PLS MOD connector is high, the device generates a signal. If the signal is low, output generation is disabled.

See Also

Was this information helpful?