StartTriggerMaster
- Updated2025-10-07
- 1 minute(s) read
Gets or sets the start trigger master session.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public ITClockSynchronizableDevice StartTriggerMaster { get; set; }
Remarks
An ITClockSynchronizable object that represents a modular instrument connected to the system.
Exceptions
| Type | Description |
|---|---|
| System.InvalidOperationException | The DeviceToSynchronize object does not belong to a TClock object. |
| System.ObjectDisposedException | The ITClockSynchronizable object that is contained in the DeviceToSynchronize object has been disposed. |
| NationalInstruments.ModularInstruments.ModularInstrumentsException | The underlying driver returned an error. |
| System.ArgumentNullException | The value being set on the property is null. |
| System.InvalidOperationException | Cannot access the property before the session is opened. |