Gets or sets the pause trigger master session.

Syntax

Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices

public ITClockSynchronizableDevice PauseTriggerMaster { get; set; }

Remarks

An ITClockSynchronizable object that represents a modular instrument connected to the system.

Exceptions

TypeDescription
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.