← programming package
And
Logical AND operation.
Returns True if all of the inputs are True in a boolean context. If nothing is wired in, the result is always True. Note that, unlike in some programming languages, this operation is not 'short-circuiting', meaning that all inputs will always be evaluated.
More Info...
Version 1.0.0
Ports/Properties
data1
Input data 1.
- verbose name
- Data1
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data2
Input data 2.
- verbose name
- Data2
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data3
Input data 3.
- verbose name
- Data3
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data4
Input data 4.
- verbose name
- Data4
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data5
Input data 5.
- verbose name
- Data5
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data6
Input data 6.
- verbose name
- Data6
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data7
Input data 7.
- verbose name
- Data7
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data8
Input data 8.
- verbose name
- Data8
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data9
Input data 9.
- verbose name
- Data9
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
data10
Input data 10.
- verbose name
- Data10
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- IN
dataN
Additional input data.
- verbose name
- Datan
- default value
- None
- port type
- DataPort
- value type
- list (can be None)
- data direction
- IN
outdata
Result.
- verbose name
- Outdata
- default value
- None
- port type
- DataPort
- value type
- bool (can be None)
- data direction
- OUT
set_breakpoint
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
- verbose name
- Set Breakpoint (Debug Only)
- default value
- False
- port type
- BoolPort
- value type
- bool (can be None)
User-definable meta-data associated with the node. Usually reserved for technical purposes.
- verbose name
- Metadata
- default value
- {}
- port type
- DictPort
- value type
- dict (can be None)