ScopeChannelDdc.Enabled Property
- Updated2023-09-06
- 1 minute(s) read
ScopeChannelDdcEnabled Property
Gets or sets whether the digital down converter (DDC) block of the digitizer is enabled.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public bool Enabled { get; set; }
Public Property Enabled As Boolean Get Set
Property Value
Type: BooleanThe default value is .
Remarks
if you need to use any of the onboard signal processing (OSP) functionality of your OSP-enabled instrument, or
, to disable all other DDC-related properties and have no effect on the acquired signal.
| You can access this property only with high-speed digitizers that support onboard signal processing (OSP), such as the NI 5142. If you open a session with an instrument that does not support OSP and you attempt to access this property, a ModularInstrumentsException is thrown. |