DAC
Digital to analog converter. See https://en.wikipedia.org/wiki/Digital-to-analog_converter
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "DAC",
bits: 4,
map_a_to_terminal_uid: "your-terminal-element-uid",
map_b_to_terminal_uid: "your-terminal-element-uid",
map_c_to_terminal_uid: "your-terminal-element-uid",
map_d_to_terminal_uid: "your-terminal-element-uid",
map_e_to_terminal_uid: "your-terminal-element-uid",
map_f_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "DAC" | The type of this object, always the string literal "DAC" | |
bits | number | 4 | # of bits |
map_a_to_terminal_uid | string | The terminal IDs. | |
map_b_to_terminal_uid | string | ||
map_c_to_terminal_uid | string | ||
map_d_to_terminal_uid | string | ||
map_e_to_terminal_uid | string | ||
map_f_to_terminal_uid | string |
Was this page helpful?