VeriStand .NET API Reference

DAQDevice.BackplaneReferenceClock Property

Sets or gets the reference clock on the PXI/PXIe chassis backplane to which the DAQDevice synchronizes its timing.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property BackplaneReferenceClock As PXIBackplaneReferenceClock
C#
public PXIBackplaneReferenceClock BackplaneReferenceClock { get; set; }
Visual C++
public:
property PXIBackplaneReferenceClock BackplaneReferenceClock {
	PXIBackplaneReferenceClock get ();
	void set (PXIBackplaneReferenceClock value);
}

Property Value

An enumeration of PXIBackplaneReferenceClock. If the device or its chassis do not support reference clock synchronization, select None or Automatic.

See Also

Log in to get a better experience