VeriStand .NET API Reference

Stimulus.MaxGenMaps Property

Gets or sets the maximum number of stimulus generator mappings across the entire system.

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

Property Value

The maximum number of stimulus generator mappings.

Remarks

Note:

This property is obsolete in NI VeriStand 2011 and later and does not interact with the latest version of the Stimulus Profile Editor. Use the Stimulus Profile API, in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll to interact with the current Stimulus Profile Editor.

NI VeriStand potentially can map every generator to multiple channels at run-time. You must specify the maximum number of total mappings in advance so NI VeriStand can allocate memory resources for the mapping. Set this property to some value greater than the total number of stimulus generators.

See Also

Log in to get a better experience