syncFromDevice()

Description

Sets the parameters in Properties of PulsePalDevice equal to the current parameters on the physical device.

This will capture any changes made by the thumb joystick menu.

Syntax

confirmed = syncFromDevice()

Parameters

None

Returns

Examples

% 1. This synchronizes the properties of P to equal the properties on the physical device

confirmed = P.syncFromDevice;