Reads the available frames from an analyzer input port.
Syntax |
Description |
---|---|
signalIn = getmonitorframe(port,start,count); |
For a scripted element, this command reads the available frames from an analyzer input port. Analyzer input ports store the signal frames in an internal buffer. This function allows for accessing these frames from a starting point ‘start’ with length defined by ‘count’. Different from ‘popportrame’ where header and data contains one structure each, the data member returned from this function is cell containing multiple data values. Refer to ‘popportframe’ for the list of supported frame types and examples. |
See Also
pushportdata, cloneportdata, portdatasize, popportframe, pushportframe, getmonitorwaveform