ASCII / SCPI
Configuration Example
communication:
ascii:
port: 5025
terminator: "\n"
response_delay: 0.01
response_jitter: 0.0
mappings:
"MEAS:VOLT?": "#out(voltage)"
"CONF:MODE {mode}":
"#attr(measurement_mode)": "mode"
response: "ACK"{
"communication": {
"ascii": {
"port": 5025,
"terminator": "\n",
"response_delay": 0.01,
"response_jitter": 0.0,
"mappings": {
"MEAS:VOLT?": "#out(voltage)",
"CONF:MODE {mode}": {
"#attr(measurement_mode)": "mode",
"response": "ACK"
}
}
}
}
}Key fields
Placeholders
Scenarios
Tips
Last updated

