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 theDIGGRP<x>?query. - Using the
.verify(value)method will send theDIGGRP<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
DIGGRP<x>is the channel number.
Properties
.d: TheDIGGRP<x>:D<x>command tree.
d
property
¶
d: dict[int, DiggrpItemDigitalBit]
Return the DIGGRP<x>:D<x> command tree.
Usage
- Using the
.query()method will send theDIGGRP<x>:D<x>?query. - Using the
.verify(value)method will send theDIGGRP<x>:D<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
DIGGRP<x>is the channel number.D<x>is the digital channel bit number (0-7).
Sub-properties
.threshold: TheDIGGRP<x>:D<x>:THResholdcommand.
DiggrpItemDigitalBit
¶
Bases: ValidatedDigitalBit, SCPICmdRead
The DIGGRP<x>:D<x> command tree.
Usage
- Using the
.query()method will send theDIGGRP<x>:D<x>?query. - Using the
.verify(value)method will send theDIGGRP<x>:D<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
DIGGRP<x>is the channel number.D<x>is the digital channel bit number (0-7).
Properties
.threshold: TheDIGGRP<x>:D<x>:THResholdcommand.
threshold
property
¶
threshold: DiggrpItemDigitalBitThreshold
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 theDIGGRP<x>:D<x>:THReshold?query. - Using the
.verify(value)method will send theDIGGRP<x>:D<x>:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDIGGRP<x>:D<x>:THReshold valuecommand.
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 theDIGGRP<x>:D<x>:THReshold?query. - Using the
.verify(value)method will send theDIGGRP<x>:D<x>:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDIGGRP<x>:D<x>:THReshold valuecommand.
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.