Base

SCPI Commands :

CALibration:BASE:ALL
CALibration:BASE:ACFile
class BaseCls[source]

Base commands group definition. 10 total commands, 3 Subgroups, 2 group commands

class AcFileStruct[source]

Structure for reading output parameters. Fields:

  • Type_Py: str: No parameter help available

  • Date: str: No parameter help available

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Date: List[str]: No parameter help available

  • Time: List[str]: No parameter help available

  • Type_Py: List[enums.Type]: No parameter help available

get_ac_file() AcFileStruct[source]
# SCPI: CALibration:BASE:ACFile
value: AcFileStruct = driver.calibration.base.get_ac_file()

No command help available

return:

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

get_all() AllStruct[source]
# SCPI: CALibration:BASE:ALL
value: AllStruct = driver.calibration.base.get_all()

No command help available

return:

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

Cloning the Group

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

Subgroups