pwGetCurrentDrivingFunction


 df = pwGetCurrentDrivingFunction(iCouple, jStimulus, kDrivingFunction, combined)

 Get driving function of couple i, stimulus j, and driving function k.
 k can also be the ID of a driving input player.

 Default values: i=1, j=1, k=1, combined=true

 If combined==true, the currently combined couples are used.
 Else, the currently active instructions (sampling + driving input) of model i
 in the repository list is used.

 

Example

 df = pwGetCurrentDrivingFunction(1, 2, 'Epo');

 returns the Epo driving input of the second stimulus of
 the first combined model-data-couple.

See also

pwSetCurrentDrivingFunction
pwInputDesignerGUI