SetPulsePalVoltage()

Description

Sets a fixed voltage on an output channel.

Syntax

SetPulsePalVoltage(Channel, Voltage)

Parameters

Returns

ConfirmBit = 

1 if voltage was set successfully.

0 if an error occurred.

Example

% This code produces a fixed -7V voltage on output channel 2

SetPulsePalVoltage(2,-7);