NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTiming.SampleClockTimebaseMultiplier Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTiming.SampleClockTimebaseMultiplier Property

ScopeTimingSampleClockTimebaseMultiplier Property

If SampleClockTimebaseSource is an external source, this attribute specifies the ratio between the SampleClockTimebaseRate and the SampleRate, which can be higher. This property can be used in conjunction with the SampleClockTimebaseDivisor attribute. Some instruments use multiple ADCs to sample the same channel at an effective sample rate that is greater than the specified clock rate. When providing an external sample clock use this property to indicate when you want a higher sample rate. Valid values for this attribute vary by instrument and current configuration.

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

Syntax

public long SampleClockTimebaseMultiplier { get; set; }
Public Property SampleClockTimebaseMultiplier As Long
	Get
	Set

Property Value

Type: Int64
If SampleClockTimebaseSource is an external source, this attribute specifies the ratio between the SampleClockTimebaseRate and the actual sample rate, which can be higher.

See Also

Log in to get a better experience