acal
¶
The acal commands module.
These commands are used in the following models: SMU2461
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Attributes and Functions
- acal.count
- acal.lastrun.internaltemp
- acal.lastrun.tempdiff
- acal.lastrun.time
- acal.run()
Acal
¶
Bases: BaseTSPCmd
The acal command tree.
Properties and methods
.count: Theacal.countattribute..lastrun: Theacal.lastruncommand tree..run(): Theacal.run()function.
count
property
¶
count: str
Access the acal.count attribute.
Description
- This attribute returns the number of times autocalibration has been run.
Usage
- Accessing this property will send the
print(acal.count)query.
TSP Syntax
- print(acal.count)
| Raises: |
|
|---|
lastrun
property
¶
lastrun: AcalLastrun
Return the acal.lastrun command tree.
Sub-properties and sub-methods
.internaltemp: Theacal.lastrun.internaltempattribute..tempdiff: Theacal.lastrun.tempdiffattribute..time: Theacal.lastrun.timeattribute.
run
¶
run() -> None
Run the acal.run() function.
Description
- This function immediately runs autocalibration and stores the constants.
TSP Syntax
- acal.run()
| Raises: |
|
|---|
AcalLastrun
¶
Bases: BaseTSPCmd
The acal.lastrun command tree.
Properties and methods
.internaltemp: Theacal.lastrun.internaltempattribute..tempdiff: Theacal.lastrun.tempdiffattribute..time: Theacal.lastrun.timeattribute.
internaltemp
property
¶
internaltemp: str
Access the acal.lastrun.internaltemp attribute.
Description
- This attribute returns the internal temperature of the instrument when autocalibration was run.
Usage
- Accessing this property will send the
print(acal.lastrun.internaltemp)query.
TSP Syntax
- print(acal.lastrun.internaltemp)
| Raises: |
|
|---|
tempdiff
property
¶
tempdiff: str
Access the acal.lastrun.tempdiff attribute.
Description
- This attribute returns the difference between the internal temperature and the temperature when autocalibration was last run.
Usage
- Accessing this property will send the
print(acal.lastrun.tempdiff)query.
TSP Syntax
- print(acal.lastrun.tempdiff)
| Raises: |
|
|---|
time
property
¶
time: str
Access the acal.lastrun.time attribute.
Description
- This attribute returns the date and time when autocalibration was last run.
Usage
- Accessing this property will send the
print(acal.lastrun.time)query.
TSP Syntax
- print(acal.lastrun.time)
| Raises: |
|
|---|