Search Results

by pythoncoder2002
Wed Jul 20, 2022 2:19 pm
Forum: Python
Topic: VCP1001 Error: AttributeError: 'VoltageInput' object has no attribute 'setDataRate'
Replies: 1
Views: 14157

VCP1001 Error: AttributeError: 'VoltageInput' object has no attribute 'setDataRate'

Trying to use the setDataRate method (per documentation), on the VCP1001 but getting the following error: voltageInput0 = VoltageInput() voltageInput0.setHubPort(0) voltageInput0.setOnVoltageChangeHandler(onVoltageChangePort0) voltageInput0.setOnErrorHandler(onError) voltageInput0.openWaitForAttachm...
by pythoncoder2002
Wed Feb 17, 2021 6:02 pm
Forum: Python
Topic: Reading current from multiple DAQ1400_0
Replies: 1
Views: 7967

Reading current from multiple DAQ1400_0

How do I read multiple DAQ1400_0 serially and how do i target a specific DAQ1400_0 connected to the HUB0000_0?