VeriStand .NET API Reference

FPGADevice.LatestRefresh Property

Gets a timestamp indicating the last date and time that the FPGA configuration file, which specifies the content of the DMA FIFOs and how the device appears in System Explorer, was refreshed. Refreshing the configuration file essentially re-creates the device.

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 Overridable ReadOnly Property LatestRefresh As String
C#
public virtual string LatestRefresh { get; }
Visual C++
public:
virtual property String^ LatestRefresh {
	String^ get ();
}

Property Value

The time of the latest refresh.

See Also

Log in to get a better experience