Latest

SCPI Command :

CALibration:BASE:LATest
class LatestCls[source]

Latest commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Date: str: No parameter help available

  • Time: str: No parameter help available

  • Type_Py: enums.Type: No parameter help available

get(type_py: Type = None) GetStruct[source]
# SCPI: CALibration:BASE:LATest
value: GetStruct = driver.calibration.base.latest.get(type_py = enums.Type.CALibration)

No command help available

param type_py:

No help available

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calibration.base.latest.clone()

Subgroups