public interface SetNode extends ProgramNode
Modifier and Type | Method and Description |
---|---|
SetNodeConfig |
getConfig() |
SetNodeConfigFactory |
getConfigFactory() |
SetNode |
setConfig(SetNodeConfig config)
Set a configuration on this node.
|
SetNodeConfigFactory getConfigFactory()
SetNode setConfig(SetNodeConfig config) throws InvalidDomainException
config
- the configuration to be set.InvalidDomainException
- if config is analog output using voltage and the IO is configured to current
or vice versa.SetNodeConfig getConfig()
Copyright © 2018. All rights reserved.