set_sources
Configures the signal source for multiple channelsThis method is an overload of `set_source` which conveniently allows to configure multiple input channels through a single method call
Parameters
array required
List of channel data sources
boolean
Disable all implicit conversions and coercions.
default: true# Examples
# Sample response
{
"sources": ["AnalogOutput1", "AnalogOutput2", "AnalogInput3", "AnalogInput4"]
}
1
2
3
2
3