ISwitchV2SetSwitchValue Method |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
InvalidValueException | If id is outside the range 0 to MaxSwitch - 1 |
InvalidValueException | If value is outside the range MinSwitchValue(Int16) to MaxSwitchValue(Int16) |
MethodNotImplementedException | If CanWrite(Int16) is false. |
Can throw a MethodNotImplementedException if CanWrite(Int16) is False.
If the value is more than MaxSwitchValue(Int16) or less than MinSwitchValue(Int16) then the method must throw an InvalidValueException.
A set value that is intermediate between the values specified by SwitchStep(Int16) should result in the device being set to an achievable value close to the requested set value.
Devices are numbered from 0 to MaxSwitch - 1.
This is a Version 2 method.