ScopeTiming.ConfigureClock Method
- Updated2023-09-06
- 1 minute(s) read
ScopeTimingConfigureClock Method
Configures the properties for synchronizing the digitizer to a reference or sending the digitizer's reference clock output to be used as a synchronizing clock for other digitizers.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public void ConfigureClock( ScopeInputClockSource inputClockSource, ScopeOutputClockSource outputClockSource, ScopeClockSynchronizationPulseSource clockSynchronizationPulseSource, bool masterEnabled )
Public Sub ConfigureClock ( inputClockSource As ScopeInputClockSource, outputClockSource As ScopeOutputClockSource, clockSynchronizationPulseSource As ScopeClockSynchronizationPulseSource, masterEnabled As Boolean )
Parameters
- inputClockSource
- Type: NationalInstruments.ModularInstruments.NIScopeScopeInputClockSource
The input source for the reference clock to which the 100 MHz sample clock is phase-locked. - outputClockSource
- Type: NationalInstruments.ModularInstruments.NIScopeScopeOutputClockSource
The output source for the reference clock to which another scope's sample clock can be phased-locked. - clockSynchronizationPulseSource
- Type: NationalInstruments.ModularInstruments.NIScopeScopeClockSynchronizationPulseSource
This line should be the same for all instruments to be synchronized. - masterEnabled
- Type: SystemBoolean
Specifies whether you want the instrument to be a master or a slave. The master instrument is typically the originator of the trigger signal and clock sync pulse. For a standalone instrument, set this property to VI_FALSE.
Remarks
Some features are not supported by all digitizers. Refer to Features Supported by Device for more information.