RfsgModulation.Analog Property
- Updated2024-05-08
- 1 minute(s) read
RfsgModulationAnalog Property
Gets the Analog sub-object used to configure analog modulation.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgAnalogModulation Analog { get; }
Public ReadOnly Property Analog As RfsgAnalogModulation Get
Property Value
Type: RfsgAnalogModulationReturns an object of type RfsgAnalogModulation.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Analog property was accessed after the associated NIRfsg object was disposed. |