VeriStand .NET API Reference

Stimulus.SetGeneratorCount Method

Sets the number of stimulus generators in the 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 Function SetGeneratorCount ( _
	Count As Integer _
) As Boolean
C#
public bool SetGeneratorCount(
	int Count
)
Visual C++
public:
bool SetGeneratorCount(
	int Count
)

Parameters

Count
Type: System.Int32
The number of generators.

Return Value

true (True in Visual Basic) if the number of generators was set successfully.

Remarks

Note:

This method 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.

See Also

Log in to get a better experience