Click or drag to resize

GpioAPISetIOLevel Method

Sets the I/O voltage level on the specified port.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void SetIOLevel(
	IOPort port,
	IOVoltage level
)

Parameters

port  IOPort
The port selector.
level  IOVoltage
The I/O voltage level.
Remarks

The level must be carefully chosen to match whatever logic is connected to the port.

Important note  Important

Changing the I/O voltage level is supported for PortA and PortB only.

Please refer to 10.4.2 GPIO Port Configuration Procedures for further details.

See Also