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 theSETUP1<x>?query. - Using the
.verify(value)method will send theSETUP1<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.date: TheSETUP1<x>:DATEcommand..label: TheSETUP1<x>:LABelcommand..time: TheSETUP1<x>:TIMecommand.
date
property
¶
date: Setup1ItemDate
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 theSETUP1<x>:DATE?query. - Using the
.verify(value)method will send theSETUP1<x>:DATE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SETUP1<x>:DATE?
label
property
¶
label: Setup1ItemLabel
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 theSETUP1<x>:LABel valuecommand.
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
¶
time: Setup1ItemTime
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 theSETUP1<x>:TIMe?query. - Using the
.verify(value)method will send theSETUP1<x>:TIMe?query and raise an AssertionError if the returned value does not matchvalue.
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 theSETUP1<x>:DATE?query. - Using the
.verify(value)method will send theSETUP1<x>:DATE?query and raise an AssertionError if the returned value does not matchvalue.
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 theSETUP1<x>:LABel valuecommand.
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 theSETUP1<x>:TIMe?query. - Using the
.verify(value)method will send theSETUP1<x>:TIMe?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SETUP1<x>:TIMe?