DAQDevice.BackplaneReferenceClock Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Sets or gets the reference clock on the PXI/PXIe chassis backplane to which the DAQDevice synchronizes its timing.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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); } |