4.7.23
QrySensCorrEdelTime
4-21
4.7.23. QrySensCorrEdelTime
•
Function name long QrySensCorrEdelTime
•
Usage
Reads electrical length correction values (time: seconds).
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngFunc // Measurement port
// Refer to Section
."
double * dblExtTime // Electrical length correction values [Sec]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Electrical length correction values are read.
The read value is stored in the dblExtTime variable.
4.7.24. BisSensCorrOffsPhas
•
Function name long BisSensCorrOffsPhas
•
Usage
Sets the phase offset.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngFunc
// Measurement port
double dblOffPhs// Phase offset [Degree]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Sets the phase offset (unit: degree) specified using dblOffPhs. Different data
can be set for each measurement port.
A constant value is added to phase data.
Different from the electrical length correction, the set value is always corrected
regardless of the frequency.
4.7.25. QrySensCorrOffsPhas
•
Function name long QrySensCorrOffsPhas
•
Usage
Reads the phase offset.
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngFunc // Measurement port
// Refer to Section
."
double *dblOffPhs// Phase offset [Degree]
•
Return value
Normal (0: BIS_TRUE) or error (1: BIS_FALSE)
•
Description
Reads the phase offset of the measurement port specified using lngFunc.
The read value is stored in the dblOffPhs variable.