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