counter
¶
The counter commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- COUnter:RESULTs:AVGmean?
- COUnter:RESULTs:DEViation?
- COUnter:RESULTs:MAXimum?
- COUnter:RESULTs:MINimum?
- COUnter:RESULTs:NUMber?
- COUnter:RESULTs:VALue?
- COUnter:RESULTs?
Counter
¶
Bases: SCPICmdRead
The COUnter command tree.
Usage
- Using the
.query()method will send theCOUnter?query. - Using the
.verify(value)method will send theCOUnter?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.results: TheCOUnter:RESULTscommand.
results
property
¶
results: CounterResults
Return the COUnter:RESULTs command.
Description
- Queries the measured and derived values obtained from the Trigger Source Frequency or
A-B Trigger Time Interval Applications. The measured quantity is value. The minimum,
maximum, AVGmean, and Deviation are statistical values accumulated over the number of
acquisitions (NUMber) taken at the time the command is given. All results are returned
with the single query
COUnter:RESULTs?Individual results are returned by other queries
Usage
- Using the
.query()method will send theCOUnter:RESULTs?query. - Using the
.verify(value)method will send theCOUnter:RESULTs?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs?
Sub-properties
.avgmean: TheCOUnter:RESULTs:AVGmeancommand..deviation: TheCOUnter:RESULTs:DEViationcommand..maximum: TheCOUnter:RESULTs:MAXimumcommand..minimum: TheCOUnter:RESULTs:MINimumcommand..number: TheCOUnter:RESULTs:NUMbercommand..value: TheCOUnter:RESULTs:VALuecommand.
CounterResults
¶
Bases: SCPICmdRead
The COUnter:RESULTs command.
Description
- Queries the measured and derived values obtained from the Trigger Source Frequency or A-B
Trigger Time Interval Applications. The measured quantity is value. The minimum, maximum,
AVGmean, and Deviation are statistical values accumulated over the number of acquisitions
(NUMber) taken at the time the command is given. All results are returned with the single
query
COUnter:RESULTs?Individual results are returned by other queries
Usage
- Using the
.query()method will send theCOUnter:RESULTs?query. - Using the
.verify(value)method will send theCOUnter:RESULTs?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs?
Properties
.avgmean: TheCOUnter:RESULTs:AVGmeancommand..deviation: TheCOUnter:RESULTs:DEViationcommand..maximum: TheCOUnter:RESULTs:MAXimumcommand..minimum: TheCOUnter:RESULTs:MINimumcommand..number: TheCOUnter:RESULTs:NUMbercommand..value: TheCOUnter:RESULTs:VALuecommand.
avgmean
property
¶
avgmean: CounterResultsAvgmean
Return the COUnter:RESULTs:AVGmean command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The AVGmean is a statistical value accumulated over the number of acquisitions (NUMber) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:AVGmean?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:AVGmean?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:AVGmean?
deviation
property
¶
deviation: CounterResultsDeviation
Return the COUnter:RESULTs:DEViation command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The Deviation is a statistical value accumulated over the number of acquisitions (NUMber) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:DEViation?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:DEViation?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:DEViation?
maximum
property
¶
maximum: CounterResultsMaximum
Return the COUnter:RESULTs:MAXimum command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The maximum is a statistical value accumulated over the number of acquisitions (NUMber) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:MAXimum?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:MAXimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:MAXimum?
minimum
property
¶
minimum: CounterResultsMinimum
Return the COUnter:RESULTs:MINimum command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The minimum is a statistical value accumulated over the number of acquisitions (‘NUMber’) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:MINimum?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:MINimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:MINimum?
number
property
¶
number: CounterResultsNumber
Return the COUnter:RESULTs:NUMber command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The value is the number of acquisitions (NUMber) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:NUMber?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:NUMber?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:NUMber?
value
property
¶
value: CounterResultsValue
Return the COUnter:RESULTs:VALue command.
Description
- Queries the measured value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The measured quantity is value.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:VALue?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:VALue?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:VALue?
CounterResultsAvgmean
¶
Bases: SCPICmdRead
The COUnter:RESULTs:AVGmean command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The AVGmean is a statistical value accumulated over the number of acquisitions (NUMber) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:AVGmean?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:AVGmean?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:AVGmean?
CounterResultsDeviation
¶
Bases: SCPICmdRead
The COUnter:RESULTs:DEViation command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The Deviation is a statistical value accumulated over the number of acquisitions (NUMber) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:DEViation?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:DEViation?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:DEViation?
CounterResultsMaximum
¶
Bases: SCPICmdRead
The COUnter:RESULTs:MAXimum command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The maximum is a statistical value accumulated over the number of acquisitions (NUMber) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:MAXimum?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:MAXimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:MAXimum?
CounterResultsMinimum
¶
Bases: SCPICmdRead
The COUnter:RESULTs:MINimum command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The minimum is a statistical value accumulated over the number of acquisitions (‘NUMber’) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:MINimum?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:MINimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:MINimum?
CounterResultsNumber
¶
Bases: SCPICmdRead
The COUnter:RESULTs:NUMber command.
Description
- Queries the derived value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The value is the number of acquisitions (NUMber) taken at the time the command was given.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:NUMber?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:NUMber?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:NUMber?
CounterResultsValue
¶
Bases: SCPICmdRead
The COUnter:RESULTs:VALue command.
Description
- Queries the measured value obtained from the Trigger Source Frequency or A-B Trigger Time Interval Applications. The measured quantity is value.
Usage
- Using the
.query()method will send theCOUnter:RESULTs:VALue?query. - Using the
.verify(value)method will send theCOUnter:RESULTs:VALue?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- COUnter:RESULTs:VALue?