SetValues¶
- 
void IParameterSetBase.SetValues(System.Collections.IEnumerable<System.Collections.Generic.KeyValuePair<string, double>> values)¶
- Sets the values of the signals in this parameter set. - Parameters
- values – New signal values to be set. 
- Throws
- NullArgumentException– Null reference was passed.
- InvalidArgumentException– Invalid signal value specified, signal specified more than once, or specified signal is not part of parameter set.
- CommunicationErrorException– Protocol error.
- ConnectionLostException– Connection to controller lost.
- RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- System.ObjectDisposedException– Object is disposed.
- InvalidConfigException– Values were not provided for all signals.