PySpin.BooleanNode¶
- class BooleanNode(*args, **kwargs)¶
Interface for string properties.
- GetValue(self, Verify=False, IgnoreCache=False) bool¶
Parameters¶
Verify: bool IgnoreCache: bool
Get node value
- param Verify:
Enables Range verification (default = false). The AccessMode is always checked.
- param IgnoreCache:
If true the value is read ignoring any caches (default = false).
The value read.
- IsValueUpdated(self) bool¶
Checks if the content of the node has changed since the value was last cached by IsValueUpdated() or GetValue().
true if the node value has changed, false otherwise.