locel_get_ev_attr_val
Get the value of a specific event attribute by name
fn locel_get_ev_attr_val(ocel*: SlimLinkedOCEL, ev*: i64<uint>, attr_name*: String) → Nullable_OCELAttributeValue
Arguments
Returns
import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')
res = r4pm.bindings.locel_get_ev_attr_val(ocel, 1, 'price')