diggrp

The diggrp commands module.

These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- DIGGRP<x>:D<x>:THReshold <NR3>
- DIGGRP<x>:D<x>:THReshold?

DiggrpItem

Bases: ValidatedDynamicNumberCmd, SCPICmdRead

The DIGGRP<x> command tree.

Usage
  • Using the .query() method will send the DIGGRP<x>? query.
  • Using the .verify(value) method will send the DIGGRP<x>? query and raise an AssertionError if the returned value does not match value.
Info
  • DIGGRP<x> is the channel number.
Properties
  • .d: The DIGGRP<x>:D<x> command tree.

d property

Return the DIGGRP<x>:D<x> command tree.

Usage
  • Using the .query() method will send the DIGGRP<x>:D<x>? query.
  • Using the .verify(value) method will send the DIGGRP<x>:D<x>? query and raise an AssertionError if the returned value does not match value.
Info
  • DIGGRP<x> is the channel number.
  • D<x> is the digital channel bit number (0-7).
Sub-properties
  • .threshold: The DIGGRP<x>:D<x>:THReshold command.

DiggrpItemDigitalBit

Bases: ValidatedDigitalBit, SCPICmdRead

The DIGGRP<x>:D<x> command tree.

Usage
  • Using the .query() method will send the DIGGRP<x>:D<x>? query.
  • Using the .verify(value) method will send the DIGGRP<x>:D<x>? query and raise an AssertionError if the returned value does not match value.
Info
  • DIGGRP<x> is the channel number.
  • D<x> is the digital channel bit number (0-7).
Properties
  • .threshold: The DIGGRP<x>:D<x>:THReshold command.

threshold property

Return the DIGGRP<x>:D<x>:THReshold command.

Description
  • Sets or queries the threshold level in volts for the specified digital channel. If the source channel doesn’t exist, a hardware missing error event is set.
Usage
  • Using the .query() method will send the DIGGRP<x>:D<x>:THReshold? query.
  • Using the .verify(value) method will send the DIGGRP<x>:D<x>:THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DIGGRP<x>:D<x>:THReshold value command.
SCPI Syntax
- DIGGRP<x>:D<x>:THReshold <NR3>
- DIGGRP<x>:D<x>:THReshold?
Info
  • DIGGRP<x> is the channel number.
  • D<x> is the digital channel bit number (0-7).
  • <NR3> is the threshold level in volts for the specified digital channel.

DiggrpItemDigitalBitThreshold

Bases: SCPICmdWrite, SCPICmdRead

The DIGGRP<x>:D<x>:THReshold command.

Description
  • Sets or queries the threshold level in volts for the specified digital channel. If the source channel doesn’t exist, a hardware missing error event is set.
Usage
  • Using the .query() method will send the DIGGRP<x>:D<x>:THReshold? query.
  • Using the .verify(value) method will send the DIGGRP<x>:D<x>:THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DIGGRP<x>:D<x>:THReshold value command.
SCPI Syntax
- DIGGRP<x>:D<x>:THReshold <NR3>
- DIGGRP<x>:D<x>:THReshold?
Info
  • DIGGRP<x> is the channel number.
  • D<x> is the digital channel bit number (0-7).
  • <NR3> is the threshold level in volts for the specified digital channel.