Skip to main content

system.kanoa.operators.getOLEDataAsset(assetId, startDate, endDate)

Returns single-range, whole-crew-combined OLE/POLE data for one asset (no operator breakdown). Rate/period are resolved automatically from the asset's currently-running item (mes.vwAssetItem / mes.modeEvent)


Parameters

assetId Integer: Id of asset
startDate DateTime: Start date
endDate DateTime: End date


Returns

oleData pyDataset


Example

assetId = 4
startDate = system.date.parse("2025-11-01 00:00:00")
endDate = system.date.parse("2025-11-05 00:00:00")
data = system.kanoa.operators.getOLEDataAsset(assetId, startDate, endDate)