setup_1
¶
The setup_1 commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SETUp:NAMe <NR1>,<QString>
- SETUp:NAMe? <NR1>
Setup
¶
Bases: SCPICmdRead
The SETUp command tree.
Usage
- Using the
.query()method will send theSETUp?query. - Using the
.verify(value)method will send theSETUp?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.name: TheSETUp:NAMecommand.
name
property
¶
name: SetupName
Return the SETUp:NAMe command.
Description
- This command allows you to create (or query) a name for your saved setups. The default name for all user setups is ‘User.’ The default name for factory setups is ‘Factory.’ This command is equivalent to selecting Save As from the File menu, pressing the Setup button, selecting the desired setup location, clicking the keyboard icon, and entering your setup name.
Usage
- Using the
.query(argument)method will send theSETUp:NAMe? argumentquery. - Using the
.verify(argument, value)method will send theSETUp:NAMe? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSETUp:NAMe valuecommand.
SCPI Syntax
- SETUp:NAMe <NR1>,<QString>
- SETUp:NAMe? <NR1>
Info
<NR1>specifies a location in which the setup label is stored. Location values range from 1 through 10.<QString>is a string containing the setup label.
SetupName
¶
Bases: SCPICmdWrite, SCPICmdReadWithArguments
The SETUp:NAMe command.
Description
- This command allows you to create (or query) a name for your saved setups. The default name for all user setups is ‘User.’ The default name for factory setups is ‘Factory.’ This command is equivalent to selecting Save As from the File menu, pressing the Setup button, selecting the desired setup location, clicking the keyboard icon, and entering your setup name.
Usage
- Using the
.query(argument)method will send theSETUp:NAMe? argumentquery. - Using the
.verify(argument, value)method will send theSETUp:NAMe? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSETUp:NAMe valuecommand.
SCPI Syntax
- SETUp:NAMe <NR1>,<QString>
- SETUp:NAMe? <NR1>
Info
<NR1>specifies a location in which the setup label is stored. Location values range from 1 through 10.<QString>is a string containing the setup label.