Skip to main content

Add Arguments Ex

adminAbout 1 min

Add Arguments Ex.vi

Extension version of Add Arugument.vi to support passing more arguments for the python function.

pykit-for-labview.lvlib:subAdd Arguments Ex.vi
pykit-for-labview.lvlib:subAdd Arguments Ex.vi
type
descriptions
cfxdtArgument 1
The argument value that will be applied to the python method.
cfxdtArgument 2
The argument value that will be applied to the python method.
cfxdtArgument 3
The argument value that will be applied to the python method.
cfxdtArgument 4
The argument value that will be applied to the python method.
cfxdtArgument 5
The argument value that will be applied to the python method.
cfxdtArgument 6
The argument value that will be applied to the python method.
cfxdtArgument 7
The argument value that will be applied to the python method.
cfxdtArgument 8
The argument value that will be applied to the python method.
cstrKeyname 1
specifies the 1st argument value name of the python function.
cstrKeyname 2
specifies the 2nd argument value name of the python function.
cstrKeyname 3
specifies the 3rd argument value name of the python function.
cstrKeyname 4
specifies the 4th argument value name of the python function.
cstrKeyname 5
specifies the 5th argument value name of the python function.
cstrKeyname 6
specifies the 6th argument value name of the python function.
cstrKeyname 7
specifies the 7th argument value name of the python function.
cstrKeyname 8
specifies the 8th argument value name of the python function.
cerrcodeclsterror in
error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.
type
descriptions
ifxdtArgument Object Variant Out
The argument list which contains the value in "Argument Object Variant Out" and the new added "Argument".
ierrcodeclsterror out
contains error information.
Last update:
Contributors: ZHUO DIAO