VeriStand .NET API Reference

Model.Decimation Property

Gets or sets the decimation applied to the Primary Control Loop rate to determine the BaseRate of the model.

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 Property Decimation As Integer
C#
public virtual int Decimation { get; set; }
Visual C++
public:
virtual property int Decimation {
	int get ();
	void set (int value);
}

Property Value

The model decimation.

Remarks

Note:

Base Rate = Primary Control Loop rate/Decimation

See Also

Log in to get a better experience