|
LibTiePie
0.4.4
Library for interfacing TiePie engineering instruments
|
Functions for controlling the phase. More...
Functions | |
| double | GenGetPhaseMin (TpDeviceHandle_t hDevice) |
| Get minimum signal phase. | |
| double | GenGetPhaseMax (TpDeviceHandle_t hDevice) |
| Get maximum signal phase. | |
| double | GenGetPhase (TpDeviceHandle_t hDevice) |
| Get signal phase. | |
| double | GenSetPhase (TpDeviceHandle_t hDevice, double dPhase) |
| Set signal phase. | |
Functions for controlling the phase.
By default the phase is set to: 0.
| double GenGetPhaseMin | ( | TpDeviceHandle_t | hDevice | ) |
Get minimum signal phase.
| hDevice | A device handle. |
0 to 1. | double GenGetPhaseMax | ( | TpDeviceHandle_t | hDevice | ) |
Get maximum signal phase.
| hDevice | A device handle. |
0 to 1. | double GenGetPhase | ( | TpDeviceHandle_t | hDevice | ) |
| double GenSetPhase | ( | TpDeviceHandle_t | hDevice, |
| double | dPhase | ||
| ) |
Set signal phase.
| hDevice | A device handle. |
| dPhase | Signal phase, 0 to 1. |
0 to 1.