Click or drag to resize

PortConfigGetSupportedIOLevels Method

Gets an array of IO levels (voltages) supported by the specified port.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static IOVoltage[] GetSupportedIOLevels(
	IOPort port
)

Parameters

port  IOPort
The port selector.

Return Value

IOVoltage
An array of IO levels.
See Also