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 the COUnter? query.
  • Using the .verify(value) method will send the COUnter? query and raise an AssertionError if the returned value does not match value.
Properties
  • .results: The COUnter:RESULTs command.

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 the COUnter:RESULTs? query.
  • Using the .verify(value) method will send the COUnter:RESULTs? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- COUnter:RESULTs?
Sub-properties
  • .avgmean: The COUnter:RESULTs:AVGmean command.
  • .deviation: The COUnter:RESULTs:DEViation command.
  • .maximum: The COUnter:RESULTs:MAXimum command.
  • .minimum: The COUnter:RESULTs:MINimum command.
  • .number: The COUnter:RESULTs:NUMber command.
  • .value: The COUnter:RESULTs:VALue command.

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 the COUnter:RESULTs? query.
  • Using the .verify(value) method will send the COUnter:RESULTs? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- COUnter:RESULTs?
Properties
  • .avgmean: The COUnter:RESULTs:AVGmean command.
  • .deviation: The COUnter:RESULTs:DEViation command.
  • .maximum: The COUnter:RESULTs:MAXimum command.
  • .minimum: The COUnter:RESULTs:MINimum command.
  • .number: The COUnter:RESULTs:NUMber command.
  • .value: The COUnter:RESULTs:VALue command.

avgmean property

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 the COUnter:RESULTs:AVGmean? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:AVGmean? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- COUnter:RESULTs:AVGmean?

deviation property

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 the COUnter:RESULTs:DEViation? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:DEViation? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- COUnter:RESULTs:DEViation?

maximum property

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 the COUnter:RESULTs:MAXimum? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:MAXimum? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- COUnter:RESULTs:MAXimum?

minimum property

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 the COUnter:RESULTs:MINimum? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:MINimum? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- COUnter:RESULTs:MINimum?

number property

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 the COUnter:RESULTs:NUMber? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:NUMber? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- COUnter:RESULTs:NUMber?

value property

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 the COUnter:RESULTs:VALue? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:VALue? query and raise an AssertionError if the returned value does not match value.
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 the COUnter:RESULTs:AVGmean? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:AVGmean? query and raise an AssertionError if the returned value does not match value.
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 the COUnter:RESULTs:DEViation? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:DEViation? query and raise an AssertionError if the returned value does not match value.
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 the COUnter:RESULTs:MAXimum? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:MAXimum? query and raise an AssertionError if the returned value does not match value.
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 the COUnter:RESULTs:MINimum? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:MINimum? query and raise an AssertionError if the returned value does not match value.
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 the COUnter:RESULTs:NUMber? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:NUMber? query and raise an AssertionError if the returned value does not match value.
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 the COUnter:RESULTs:VALue? query.
  • Using the .verify(value) method will send the COUnter:RESULTs:VALue? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- COUnter:RESULTs:VALue?