4.10
SYSTem Subsystem
4-32
4.10.
SYSTem Subsystem
4.10.1. BisSystPres
•
Function name long BisSystPres
•
Usage
Initializes the system
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The system is initialized and initial settings are restored.
4.10.2. QrySystErr
•
Function name long QrySystErr
•
Usage
Reads the most recent error number.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] long *lngNo
// Error number
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
The most recent error number is read. The read value is stored in the lngNo
variable.
Error number
0: None
1: 10 MHz Reference (frequency reference) cannot be detected.
2: RF Synthe Unlock
3: LOCAL Synthe Unlock
4: Board temperature abnormality
4.10.3. QrySystIden
•
Function name long QrySystIden
•
Usage
Reads system information.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
[OUT] char *strIdn
// System information
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
System information is read. The read value is stored in the strldn variable. The
following information items are read in comma-delimited format.
<maker name>,<model name>,<serial number><firmware revision>