setup1

The setup1 commands module.

These commands are used in the following models: MDO3

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

Please report an issue if one is found.

Commands and Queries
- SETUP1<x>:DATE?
- SETUP1<x>:LABel <Qstring>
- SETUP1<x>:TIMe?

Setup1Item

Bases: ValidatedDynamicNumberCmd, SCPICmdRead

The SETUP1<x> command tree.

Usage
  • Using the .query() method will send the SETUP1<x>? query.
  • Using the .verify(value) method will send the SETUP1<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .date: The SETUP1<x>:DATE command.
  • .label: The SETUP1<x>:LABel command.
  • .time: The SETUP1<x>:TIMe command.

date property

Return the SETUP1<x>:DATE command.

Description
  • Returns the date when the oscilloscope setup was saved for the specified channel , where x can be 1 through 10.
Usage
  • Using the .query() method will send the SETUP1<x>:DATE? query.
  • Using the .verify(value) method will send the SETUP1<x>:DATE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SETUP1<x>:DATE?

label property

Return the SETUP1<x>:LABel command.

Description
  • This command specifies the setup label for the specified channel , where x can be 1 through 10.
Usage
  • Using the .write(value) method will send the SETUP1<x>:LABel value command.
SCPI Syntax
- SETUP1<x>:LABel <Qstring>
Info
  • <Qstring> is an alphanumeric string of characters, enclosed in quotes, that defines the label text for SETUP. The length of the string is limited to 30 characters.

time property

Return the SETUP1<x>:TIMe command.

Description
  • Returns the time when the oscilloscope setup was saved for the specified channel , where x can be 1 through 10.
Usage
  • Using the .query() method will send the SETUP1<x>:TIMe? query.
  • Using the .verify(value) method will send the SETUP1<x>:TIMe? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SETUP1<x>:TIMe?

Setup1ItemDate

Bases: SCPICmdRead

The SETUP1<x>:DATE command.

Description
  • Returns the date when the oscilloscope setup was saved for the specified channel , where x can be 1 through 10.
Usage
  • Using the .query() method will send the SETUP1<x>:DATE? query.
  • Using the .verify(value) method will send the SETUP1<x>:DATE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SETUP1<x>:DATE?

Setup1ItemLabel

Bases: SCPICmdWrite

The SETUP1<x>:LABel command.

Description
  • This command specifies the setup label for the specified channel , where x can be 1 through 10.
Usage
  • Using the .write(value) method will send the SETUP1<x>:LABel value command.
SCPI Syntax
- SETUP1<x>:LABel <Qstring>
Info
  • <Qstring> is an alphanumeric string of characters, enclosed in quotes, that defines the label text for SETUP. The length of the string is limited to 30 characters.

Setup1ItemTime

Bases: SCPICmdRead

The SETUP1<x>:TIMe command.

Description
  • Returns the time when the oscilloscope setup was saved for the specified channel , where x can be 1 through 10.
Usage
  • Using the .query() method will send the SETUP1<x>:TIMe? query.
  • Using the .verify(value) method will send the SETUP1<x>:TIMe? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SETUP1<x>:TIMe?