You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
when interfacing with a draconic evolution flux gate the following code results in an error
import component
g = component.find_components('flux_gate')[0]
g.setSignalLowFlow(1000)
crashes. Also setting override enabled true works, but then if you attempt to setFlowOverride(1000) same crash
anything wheree I'd set to an integer seems to crash with "Expected integer at index: 0"
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered:
when interfacing with a draconic evolution flux gate the following code results in an error
crashes. Also setting override enabled true works, but then if you attempt to setFlowOverride(1000) same crash
anything wheree I'd set to an integer seems to crash with "Expected integer at index: 0"
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: