Untested, but should work.
from org.apache.commons.lang3.reflect import FieldUtils
alarmJournal = event.source.parent.getComponent('Alarm Journal')
model = FieldUtils.readField(alarmJournal, "model", True)
data = FieldUtils.readField(model, "data", True)
ds = data.getDataset()