programOutputChannelParam()

Description

Sends a single output channel parameter to the Pulse Pal device. 

Syntax

programOutputChannelParam(paramName, channel, value)

Parameters

Returns

None

Example

myPulsePal.programOutputChannelParam('isBiphasic', 1, 1) # Program output channel 1 to use biphasic pulses

myPulsePal.programOutputChannelParam('phase1Voltage', 3, 10) # Program ch 3 to use +10V for phase 1 of biphasic pulses

myPulsePal.programOutputChannelParam(3, 1, -10) # Parameters can also be specified by their parameter code