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.IllegalStateException - if called from a Swing-based URCap outside of an UndoableChanges scope
 (see also UndoRedoManager).SetNodeConfig getConfig()
Copyright © 2020. All rights reserved.