74. Mutatie: verifieer "Equation"
mutation VerifyEquation {
verifyEquation(input: {
dataVariables: [{
variabele: "yield_vol"
sampleValue: 1.1
}, {
variabele: "prod"
sampleValue: 2.2
}]
equationAsText: """calculated = yield_vol/prod + 3.5
if calculated >= 30:
result = 35
elif calculated >= 20 and calculated < 30:
result = 25
else:
result = 15
"""
equationResultVariable: "result"
}) {
executed
result
errorMessage
}
}Vorige73. Query: haal gerasterde gegevens op met geselecteerde bufferVolgende75. Mutatie: genereer "EquationMap" asynchroon
Laatst bijgewerkt
Was dit nuttig?