get method

get(self, frame_id)

Gets an array of frames with the specified id.

Returns

An array of frames with the specified id.


def get(self, frame_id):
    ...
Parameter Type Description
frame_id System.String The id of the frames to get.

See Also