Click or drag to resize

AdapterBoardAPISetConfigByName Method

Sets an existing configuration on the specified adapter board by the given name.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void SetConfigByName(
	IOPort port,
	string name
)

Parameters

port  IOPort
The port selector.
name  String
The name of the adapter board configuration.
Remarks
A list of valid configuration names may be obtained by calling GetAvailableAdapterBoardNames(IOPort).
See Also