SetPulsePalVoltage()

Description

Sets a fixed voltage on an output channel.

Syntax

SetPulsePalVoltage(Channel, Voltage)

Parameters

  • Channel: The output channel to set (1-4).

  • Voltage: -10 to +10 (V)

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);