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: Date of the calibration as string

  • Time: str: Time of the calibration as string

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

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

param mode:

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

return:

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