NI-SCOPE .NET Class Library Help

ScopeCalibration.External Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeCalibration.External Property

ScopeCalibrationExternal Property

Gets the ScopeExternalCalibration sub-object that provides properties and methods for external calibration.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public ScopeExternalCalibration External { get; }
Public ReadOnly Property External As ScopeExternalCalibration
	Get

Property Value

Type: ScopeExternalCalibration
An object of type ScopeExternalCalibration.

Remarks

External calibration is not supported for NI-SCOPE. This sub-object exposes only a sub-set of external calibration properties. For more information, refer to NI High-Speed Digitizers Help.

See Also