ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgAnalogModulation.PMMode Property

RfsgAnalogModulation.PMMode Property

RfsgAnalogModulationPMMode Property

Gets or sets the phase modulation (PM) mode to use.

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

Syntax

public RfsgAnalogModulationPMMode PMMode { get; set; }
Public Property PMMode As RfsgAnalogModulationPMMode
	Get
	Set

Property Value

Type: RfsgAnalogModulationPMMode
Specifies the RfsgAnalogModulationPMMode enumeration.

Exceptions

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

See Also

Was this information helpful?