Specific

SCPI Command :

CALibration:BASE:LATest:SPECific
class SpecificCls[source]

Specific commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Date: str: string Date of the calibration

  • Time: str: string Time of the calibration

get(mode: Type) GetStruct[source]
# SCPI: CALibration:BASE:LATest:SPECific
value: GetStruct = driver.calibration.latest.specific.get(mode = enums.Type.CALibration)

Query date and time of the latest calibration of the specified type.

param mode:

FSCorrection | UCORrection | CALibration | OGCal Type of the calibration for which information is queried. FSCorrection: Correction performed in factory or service UCORrection: Correction performed by a customer CALibration: Verification in the factory OGCal: Verification by the service (outgoing calibration)

return:

structure: for return value, see the help for GetStruct structure arguments.