EN 122
3139 785 31681
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_DTTM_FreRegisterWrite
Nucleus Number
2231
Description
Writes a single byte of data out to a demodulator register.
Technical
- Send the DTTM command ID 3602, together with supplied input values.
Execution Time
< 1 sec.
User Input
Address: register address to write to
Data : the value to be written to the register
Error Number
Description
223100
The selected address register has been written successfully
223101
Insufficient number of input data supplied
223102
The register address value is out-of-range
223103
The selected address register could not be written
223104
Communication with the DTT Module failed
223105
DTT Module initialisation failed.
Example
DS:> 2231 0x12 0xb1
223100:
Test OK @
Nucleus Name
DS_DTTM_FreLockStatusGet
Nucleus Number
2232
Description
Checks and returns the lock status of the front-end.
Technical
-
Send the DTTM command ID 3607.
-
Parse and format the response values.
Execution Time
< 1 sec.
User Input
None
Error Number
Description
223200
The lock status of the front-end is returned successfully
223201
The lock status of the front-end could not be returned
223202
Communication with the DTT Module failed
223203
DTT Module initialisation failed.
Example
DS:> 2232
223200: Front-end lock status: 0x0F
Internal PLL locked : YES
Frequency Locked : YES
Time locked : YES
TPS locked : YES
Test OK @