Templates
Configuration Example
templates:
multimeter:
attributes:
voltage: { default: 0.0 }
current: { default: 0.0 }
communication:
ascii:
port: 0
mappings:
"MEAS:VOLT?": "#out(voltage)"{
"templates": {
"multimeter": {
"attributes": {
"voltage": { "default": 0.0 },
"current": { "default": 0.0 }
},
"communication": {
"ascii": {
"port": 0,
"mappings": {
"MEAS:VOLT?": "#out(voltage)"
}
}
}
}
}
}
What happens under the hood
Meta parameter typing example
Best practices
Last updated

