// Howdy 👋.
//
// If you are new to writing code in Flux make sure to check out our get started docs: https://docs.flux.ai/write-code
//
// We also have a Flux Slack Community in case you need help: https://join.slack.com/t/fluxcommunity/shared_invite/zt-p48n941f-wzQ06kGmuFJ2HXnGYT1JkA
//
// To infinity and beyond 🚀
flux.on("setup", () => {
flux.simulationModel = {
type: "xOrGate",
highVoltage: 4.5,
map_input_one_to_terminal_uid: "input_one",
map_input_two_to_terminal_uid: "input_two",
map_output_to_terminal_uid: "output"
}
})