Pop Return Objects x2, x3, x4
About 1 min
Pop Return Objects x2, x3, x4.vim
After calling python method, the return values will be added into a list.
These subVIs can extract the value in the list and spit out a list that does not contain the extracted return value.
These subVIs can continuously extract the return values for 2 times, 3 times and 4 times. When there are too many return datas in a function, use these subVI inplace of Pop Return Object.vim can make the diagram clean.
These subVIs convert the return data to LabVIEW support type.
For information about supported variable type, please see here.
Notice that if there is not any return values that can be extracted, the error will occur.
To avoid the error, please check the "Remain Length" before extract next value.
Pop Return Objects x2.vim

Pop Return Objects x3.vim

Pop Return Objects x4.vim

type | descriptions |
---|---|
![]() | Argument Object In (required) The list that contains return values of the python function. This terminal should be wired from "Argument Object Out" terminal of Call Py Method.vi. |
![]() | error in describes error conditions that occur before this node runs. |
type | descriptions |
---|---|
![]() | Data 1 Type (default value) (required) specifies the data type of "data 1". |
![]() | Data 2 Type (default value) (required) specifies the data type of "data 2". |
![]() | Data 3 Type (default value) (required) specifies the data type of "data 3". |
![]() | Data 4 Type (default value) (required) specifies the data type of "data 3". |
![]() | data 1 the return value in the first of the list. |
![]() | data 2 the return value in the second of the list. |
![]() | data 3 the return value in the third of the list. |
![]() | data 4 the return value in the fourth of the list. |
![]() | Remain Length Number of datas that remain in the return data list. |
![]() | Argument Object Out The list that contains return values of the python function but get rid of the extracted data. |
![]() | error out contains error information. |