| V | ++ {{ + row.channelList[item.num].famp == null + ? '/' + : '' + + row.channelList[item.num]?.famp + + (valueCode == 'Absolute' ? 'V' : '%') + }} + | ++ {{ + row.channelList[item.num].fphase == null + ? '/' + : '' + + row.channelList[item.num].fphase + + '°' + }} + | +
| I | ++ {{ + row.channelList[item.num + 1].famp == null + ? '/' + : '' + + row.channelList[item.num + 1].famp + + (valueCode == 'Absolute' ? 'V' : '%') + }} + | ++ {{ + row.channelList[item.num + 1].fphase == null + ? '/' + : '' + + row.channelList[item.num + 1].fphase + + '°' + }} + | +