Returns the last calculated velocity of the specified device's onboard GPS receiver.
You can display east velocity, north velocity, and up velocity in meters per second.
![]() |
Note
|
![]() |
instrument handle specifies the instrument handle that you obtain from niSync Initialize. |
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
instrument handle out returns the instrument handle that you obtain from niSync Initialize. |
![]() |
east velocity returns current east velocity, in meters per second, of the device. Negative values represent how fast the device is traveling west. Positive values represent how fast the device is traveling east. |
![]() |
north velocity returns the current north velocity, in meters per second, of the device. Negative values represent how fast the device is traveling south. Positive values represent how fast the device is traveling north. |
![]() |
up velocity returns the current up velocity, in meters per second, of your device. Negative values represent how fast your device is traveling down. Positive values represent how fast your device is traveling up. |
![]() |
error out returns error conditions that occur after this node runs. This output provides standard error out functionality. |