User`s guide

17 Functions — Alphabetical List
17-16
Instead of using get to query individual property values, you should use dot notation. So
for example, instead of this:
get(vid, 'FramesPerTrigger')
You should use this syntax:
vid.FramesPerTrigger
See Also
set | videoinput