292 Appendix A Command Reference
DPGU Data Island Packet Generator Use
Class Data packet generator
Description Updates the hardware with content of the current Data Island packet.
Command syntax DPGU
Related Commands DPTG
Example 1 Turn mute on:
XGCP 1 0
DPTG 7
DPTR 1
DPGU
Example 2 Read mute status:
R:MUTE?
R:1
Example 3 Turn mute off:
XGCP 0 1
DPTG 7
DPTR 1
DPGU
Example 4 Read mute status:
R:MUTE?
R:0
Example 5 Change the N value to 6000, and let hardware determine CTS value:
XACR 6000
DTPG 7
DPGU
// You can read N and CTS value at the reciever for verification.
Example 6 Change the N value to 6000, and CTS to 8000:
XACR 6000 8000
DTPG 7
DPGU
// You can read N and CTS value at the reciever for verification.