auxin

The auxin commands module.

These commands are used in the following models: DPO7AX

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

Please report an issue if one is found.

Commands and Queries
- AUXIn:PRObe:GAIN?
- AUXIn:VTERM:DUAL:A <NR3>
- AUXIn:VTERM:DUAL:A?
- AUXIn:VTERM:DUAL:B <NR3>
- AUXIn:VTERM:DUAL:B?

Auxin

Bases: SCPICmdRead

The AUXIn command tree.

Usage
  • Using the .query() method will send the AUXIn? query.
  • Using the .verify(value) method will send the AUXIn? query and raise an AssertionError if the returned value does not match value.
Properties
  • .probe: The AUXIn:PRObe command tree.
  • .vterm: The AUXIn:VTERM command tree.

probe property

probe: AuxinProbe

Return the AUXIn:PRObe command tree.

Usage
  • Using the .query() method will send the AUXIn:PRObe? query.
  • Using the .verify(value) method will send the AUXIn:PRObe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .gain: The AUXIn:PRObe:GAIN command.

vterm property

vterm: AuxinVterm

Return the AUXIn:VTERM command tree.

Usage
  • Using the .query() method will send the AUXIn:VTERM? query.
  • Using the .verify(value) method will send the AUXIn:VTERM? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .dual: The AUXIn:VTERM:DUAL command tree.

AuxinProbe

Bases: SCPICmdRead

The AUXIn:PRObe command tree.

Usage
  • Using the .query() method will send the AUXIn:PRObe? query.
  • Using the .verify(value) method will send the AUXIn:PRObe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .gain: The AUXIn:PRObe:GAIN command.

gain property

Return the AUXIn:PRObe:GAIN command.

Description
  • The gain of a probe is the output divided by the input transfer ratio. For example, a common 10x probe has a gain of 0.1.
Usage
  • Using the .query() method will send the AUXIn:PRObe:GAIN? query.
  • Using the .verify(value) method will send the AUXIn:PRObe:GAIN? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- AUXIn:PRObe:GAIN?

AuxinProbeGain

Bases: SCPICmdRead

The AUXIn:PRObe:GAIN command.

Description
  • The gain of a probe is the output divided by the input transfer ratio. For example, a common 10x probe has a gain of 0.1.
Usage
  • Using the .query() method will send the AUXIn:PRObe:GAIN? query.
  • Using the .verify(value) method will send the AUXIn:PRObe:GAIN? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- AUXIn:PRObe:GAIN?

AuxinVterm

Bases: SCPICmdRead

The AUXIn:VTERM command tree.

Usage
  • Using the .query() method will send the AUXIn:VTERM? query.
  • Using the .verify(value) method will send the AUXIn:VTERM? query and raise an AssertionError if the returned value does not match value.
Properties
  • .dual: The AUXIn:VTERM:DUAL command tree.

dual property

Return the AUXIn:VTERM:DUAL command tree.

Usage
  • Using the .query() method will send the AUXIn:VTERM:DUAL? query.
  • Using the .verify(value) method will send the AUXIn:VTERM:DUAL? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .a: The AUXIn:VTERM:DUAL:A command.
  • .b: The AUXIn:VTERM:DUAL:B command.

AuxinVtermDual

Bases: SCPICmdRead

The AUXIn:VTERM:DUAL command tree.

Usage
  • Using the .query() method will send the AUXIn:VTERM:DUAL? query.
  • Using the .verify(value) method will send the AUXIn:VTERM:DUAL? query and raise an AssertionError if the returned value does not match value.
Properties
  • .a: The AUXIn:VTERM:DUAL:A command.
  • .b: The AUXIn:VTERM:DUAL:B command.

a property

Return the AUXIn:VTERM:DUAL:A command.

Description
  • This command sets or queries the A voltage termination for probes with dual inputs that support settable termination voltage.
Usage
  • Using the .query() method will send the AUXIn:VTERM:DUAL:A? query.
  • Using the .verify(value) method will send the AUXIn:VTERM:DUAL:A? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUXIn:VTERM:DUAL:A value command.
SCPI Syntax
- AUXIn:VTERM:DUAL:A <NR3>
- AUXIn:VTERM:DUAL:A?
Info
  • <NR3> is the voltage termination to be set to the A side.

b property

Return the AUXIn:VTERM:DUAL:B command.

Description
  • This command sets or queries the B voltage termination for probes with dual inputs that support settable termination voltage.
Usage
  • Using the .query() method will send the AUXIn:VTERM:DUAL:B? query.
  • Using the .verify(value) method will send the AUXIn:VTERM:DUAL:B? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUXIn:VTERM:DUAL:B value command.
SCPI Syntax
- AUXIn:VTERM:DUAL:B <NR3>
- AUXIn:VTERM:DUAL:B?
Info
  • <NR3> is the voltage termination to be set to the B side.

AuxinVtermDualA

Bases: SCPICmdWrite, SCPICmdRead

The AUXIn:VTERM:DUAL:A command.

Description
  • This command sets or queries the A voltage termination for probes with dual inputs that support settable termination voltage.
Usage
  • Using the .query() method will send the AUXIn:VTERM:DUAL:A? query.
  • Using the .verify(value) method will send the AUXIn:VTERM:DUAL:A? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUXIn:VTERM:DUAL:A value command.
SCPI Syntax
- AUXIn:VTERM:DUAL:A <NR3>
- AUXIn:VTERM:DUAL:A?
Info
  • <NR3> is the voltage termination to be set to the A side.

AuxinVtermDualB

Bases: SCPICmdWrite, SCPICmdRead

The AUXIn:VTERM:DUAL:B command.

Description
  • This command sets or queries the B voltage termination for probes with dual inputs that support settable termination voltage.
Usage
  • Using the .query() method will send the AUXIn:VTERM:DUAL:B? query.
  • Using the .verify(value) method will send the AUXIn:VTERM:DUAL:B? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUXIn:VTERM:DUAL:B value command.
SCPI Syntax
- AUXIn:VTERM:DUAL:B <NR3>
- AUXIn:VTERM:DUAL:B?
Info
  • <NR3> is the voltage termination to be set to the B side.