setup_1
¶
The setup_1 commands module.
These commands are used in the following models: DPO2K, DPO2KB, DPO4K, DPO4KB, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO2K, MSO2KB, MSO4K, MSO4KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SETUP<x>:DATE?
- SETUP<x>:LABEL <Qstring>
- SETUP<x>:TIME?
SetupItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The SETUP<x> command tree.
Usage
- Using the
.query()method will send theSETUP<x>?query. - Using the
.verify(value)method will send theSETUP<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.date: TheSETUP<x>:DATEcommand..label: TheSETUP<x>:LABELcommand..time: TheSETUP<x>:TIMEcommand.
date
property
¶
date: SetupItemDate
Return the SETUP<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 theSETUP<x>:DATE?query. - Using the
.verify(value)method will send theSETUP<x>:DATE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SETUP<x>:DATE?
label
property
¶
label: SetupItemLabel
Return the SETUP<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 theSETUP<x>:LABEL valuecommand.
SCPI Syntax
- SETUP<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: SetupItemTime
Return the SETUP<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 theSETUP<x>:TIME?query. - Using the
.verify(value)method will send theSETUP<x>:TIME?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SETUP<x>:TIME?
SetupItemDate
¶
Bases: SCPICmdRead
The SETUP<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 theSETUP<x>:DATE?query. - Using the
.verify(value)method will send theSETUP<x>:DATE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SETUP<x>:DATE?
SetupItemLabel
¶
Bases: SCPICmdWrite
The SETUP<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 theSETUP<x>:LABEL valuecommand.
SCPI Syntax
- SETUP<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.
SetupItemTime
¶
Bases: SCPICmdRead
The SETUP<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 theSETUP<x>:TIME?query. - Using the
.verify(value)method will send theSETUP<x>:TIME?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SETUP<x>:TIME?