When printing an expression with ocnPrint, the column name defaults to the expression, which in most cases is very long. Is there a way to set the column header?
Assuming you have two things to be ocnPrinted, wave1 and wave2, you could do:
drGetWaveformYVec(wave1)->expression="short1"drGetWaveformYVec(wave2)->expression="short2"ocnPrint(wave1 wave2)
drGetWaveformYVec(wave1)->expression="short1"drGetWaveformYVec(wave2)->expression="short2"
ocnPrint(wave1 wave2)
Regards,
Andrew
Thanks Andrew, that's exactly what I was looking for! Where can I find this in the documentation? I found the drGetWaveformYVec function in the ADE-L Skill manual, but it doesn't say anything about there being an "expression" field.
It's not currently documented; there's a CCR requesting this, and better still there's a CCR requesting a public function to set the expression.
Andrew.