acal
¶
The acal commands module.
These commands are used in the following models: DMM7510
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.nextrun.time
- acal.revert()
- acal.run()
- acal.schedule()
Acal
¶
Bases: BaseTSPCmd
The acal command tree.
Properties and methods
.count: Theacal.countattribute..lastrun: Theacal.lastruncommand tree..nextrun: Theacal.nextruncommand tree..revert(): Theacal.revert()function..run(): Theacal.run()function..schedule(): Theacal.schedule()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.
nextrun
property
¶
nextrun: AcalNextrun
Return the acal.nextrun command tree.
Sub-properties and sub-methods
.time: Theacal.nextrun.timeattribute.
revert
¶
revert() -> str
Run the acal.revert() function.
Description
- This function returns autocalibration constants to the previous constants.
TSP Syntax
- acal.revert()
| Returns: |
|
|---|
| Raises: |
|
|---|
run
¶
run() -> None
Run the acal.run() function.
Description
- This function immediately runs autocalibration and stores the constants.
TSP Syntax
- acal.run()
| Raises: |
|
|---|
schedule
¶
Run the acal.schedule() function.
Description
- This function sets how often autocalibration occurs or prompts you to run it.
TSP Syntax
- acal.schedule()
| Parameters: |
|
|---|
| Returns: |
|
|---|
| 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: |
|
|---|
AcalNextrun
¶
Bases: BaseTSPCmd
The acal.nextrun command tree.
Properties and methods
.time: Theacal.nextrun.timeattribute.
time
property
¶
time: str
Access the acal.nextrun.time attribute.
Description
- This attribute returns the date and time when the next autocalibration is scheduled to be run.
Usage
- Accessing this property will send the
print(acal.nextrun.time)query.
TSP Syntax
- print(acal.nextrun.time)
| Raises: |
|
|---|