Phaser

Names

Description

MLPhaInit

Initializes a phaser Pipe Block.

MLPhaReadActPhase

Gets the actual phase value of a phaser block.

MLPhaReadPhase

Gets the phase value of a phaser block.

MLPhaReadSlope

Gets the phase slope value of a phaser block.

MLPhaWritePhase

Sets the phase value of a phaser block.

MLPhaWriteSlope

Sets the phase slope value of a phaser block.

When executing, the phaser block is in one of these states:

State

Description

Applying Phase

Changing Phase

  • Entered when a new value is programmed.
  • Exits to the Applying Phase state when the programmed phase offset is reached.
  • The current Phase offset value is slewed to the new phase offset by the amount of the slew value.

Standby

  • Entered when the Block is initialized.
  • Exits to the Changing Phase state when the Phase value is changed via the MLPhaWritePhase command.

Phaser Function Examples

  • Call MLPhaWritePhase function to modify the Phase value..
  • Call MLPhaWriteSlope to modify the rate of change of phase, or slope, applied when the Phase value is changed.

 

Figure 1: Phaser Functions Usage