status
¶
The status commands module.
These commands are used in the following models: AWG5200, AWG70KA, AWG70KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- STATus:OPERation:CONDition?
- STATus:OPERation:ENABle <NR1>
- STATus:OPERation:ENABle?
- STATus:OPERation:EVENt?
- STATus:OPERation:NTRansition <bit_value>
- STATus:OPERation:NTRansition?
- STATus:OPERation:PTRansition <bit_value>
- STATus:OPERation:PTRansition?
- STATus:PRESet
- STATus:QUEStionable:CONDition?
- STATus:QUEStionable:ENABle <bit_value>
- STATus:QUEStionable:ENABle?
- STATus:QUEStionable:EVENt?
- STATus:QUEStionable:NTRansition <bit_value>
- STATus:QUEStionable:NTRansition?
- STATus:QUEStionable:PTRansition <bit_value>
- STATus:QUEStionable:PTRansition?
Status
¶
Bases: SCPICmdRead
The STATus command tree.
Usage
- Using the
.query()method will send theSTATus?query. - Using the
.verify(value)method will send theSTATus?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.operation: TheSTATus:OPERationcommand tree..preset: TheSTATus:PRESetcommand..questionable: TheSTATus:QUEStionablecommand tree.
operation
property
¶
operation: StatusOperation
Return the STATus:OPERation command tree.
Usage
- Using the
.query()method will send theSTATus:OPERation?query. - Using the
.verify(value)method will send theSTATus:OPERation?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.condition: TheSTATus:OPERation:CONDitioncommand..enable: TheSTATus:OPERation:ENABlecommand..ntransition: TheSTATus:OPERation:NTRansitioncommand..ptransition: TheSTATus:OPERation:PTRansitioncommand..event: TheSTATus:OPERation:EVENtcommand.
preset
property
¶
preset: StatusPreset
Return the STATus:PRESet command.
Description
- This command presets the SCPI status registers (OENR and QENR).
Usage
- Using the
.write()method will send theSTATus:PRESetcommand.
SCPI Syntax
- STATus:PRESet
questionable
property
¶
questionable: StatusQuestionable
Return the STATus:QUEStionable command tree.
Usage
- Using the
.query()method will send theSTATus:QUEStionable?query. - Using the
.verify(value)method will send theSTATus:QUEStionable?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.condition: TheSTATus:QUEStionable:CONDitioncommand..enable: TheSTATus:QUEStionable:ENABlecommand..ntransition: TheSTATus:QUEStionable:NTRansitioncommand..ptransition: TheSTATus:QUEStionable:PTRansitioncommand..event: TheSTATus:QUEStionable:EVENtcommand.
StatusOperation
¶
Bases: SCPICmdRead
The STATus:OPERation command tree.
Usage
- Using the
.query()method will send theSTATus:OPERation?query. - Using the
.verify(value)method will send theSTATus:OPERation?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.condition: TheSTATus:OPERation:CONDitioncommand..enable: TheSTATus:OPERation:ENABlecommand..ntransition: TheSTATus:OPERation:NTRansitioncommand..ptransition: TheSTATus:OPERation:PTRansitioncommand..event: TheSTATus:OPERation:EVENtcommand.
condition
property
¶
condition: StatusOperationCondition
Return the STATus:OPERation:CONDition command.
Description
- This query-only command returns the contents of the Operation Condition Register.
Usage
- Using the
.query()method will send theSTATus:OPERation:CONDition?query. - Using the
.verify(value)method will send theSTATus:OPERation:CONDition?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- STATus:OPERation:CONDition?
enable
property
¶
enable: StatusOperationEnable
Return the STATus:OPERation:ENABle command.
Description
- This command sets or returns the mask for the Operation Enable Register.
Usage
- Using the
.query()method will send theSTATus:OPERation:ENABle?query. - Using the
.verify(value)method will send theSTATus:OPERation:ENABle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:OPERation:ENABle valuecommand.
SCPI Syntax
- STATus:OPERation:ENABle <NR1>
- STATus:OPERation:ENABle?
event
property
¶
event: StatusOperationEvent
Return the STATus:OPERation:EVENt command.
Description
- This query-only command returns the value in the Operation Event Register and clears the Operation Event Register.
Usage
- Using the
.query()method will send theSTATus:OPERation:EVENt?query. - Using the
.verify(value)method will send theSTATus:OPERation:EVENt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- STATus:OPERation:EVENt?
ntransition
property
¶
ntransition: StatusOperationNtransition
Return the STATus:OPERation:NTRansition command.
Description
- This command sets or returns the negative transition filter value of the Operation Transition Register (OTR).
Usage
- Using the
.query()method will send theSTATus:OPERation:NTRansition?query. - Using the
.verify(value)method will send theSTATus:OPERation:NTRansition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:OPERation:NTRansition valuecommand.
SCPI Syntax
- STATus:OPERation:NTRansition <bit_value>
- STATus:OPERation:NTRansition?
ptransition
property
¶
ptransition: StatusOperationPtransition
Return the STATus:OPERation:PTRansition command.
Description
- This command sets or returns the positive transition filter value of the Operation Transition Register (OTR).
Usage
- Using the
.query()method will send theSTATus:OPERation:PTRansition?query. - Using the
.verify(value)method will send theSTATus:OPERation:PTRansition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:OPERation:PTRansition valuecommand.
SCPI Syntax
- STATus:OPERation:PTRansition <bit_value>
- STATus:OPERation:PTRansition?
StatusOperationCondition
¶
Bases: SCPICmdRead
The STATus:OPERation:CONDition command.
Description
- This query-only command returns the contents of the Operation Condition Register.
Usage
- Using the
.query()method will send theSTATus:OPERation:CONDition?query. - Using the
.verify(value)method will send theSTATus:OPERation:CONDition?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- STATus:OPERation:CONDition?
StatusOperationEnable
¶
Bases: SCPICmdWrite, SCPICmdRead
The STATus:OPERation:ENABle command.
Description
- This command sets or returns the mask for the Operation Enable Register.
Usage
- Using the
.query()method will send theSTATus:OPERation:ENABle?query. - Using the
.verify(value)method will send theSTATus:OPERation:ENABle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:OPERation:ENABle valuecommand.
SCPI Syntax
- STATus:OPERation:ENABle <NR1>
- STATus:OPERation:ENABle?
StatusOperationEvent
¶
Bases: SCPICmdRead
The STATus:OPERation:EVENt command.
Description
- This query-only command returns the value in the Operation Event Register and clears the Operation Event Register.
Usage
- Using the
.query()method will send theSTATus:OPERation:EVENt?query. - Using the
.verify(value)method will send theSTATus:OPERation:EVENt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- STATus:OPERation:EVENt?
StatusOperationNtransition
¶
Bases: SCPICmdWrite, SCPICmdRead
The STATus:OPERation:NTRansition command.
Description
- This command sets or returns the negative transition filter value of the Operation Transition Register (OTR).
Usage
- Using the
.query()method will send theSTATus:OPERation:NTRansition?query. - Using the
.verify(value)method will send theSTATus:OPERation:NTRansition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:OPERation:NTRansition valuecommand.
SCPI Syntax
- STATus:OPERation:NTRansition <bit_value>
- STATus:OPERation:NTRansition?
StatusOperationPtransition
¶
Bases: SCPICmdWrite, SCPICmdRead
The STATus:OPERation:PTRansition command.
Description
- This command sets or returns the positive transition filter value of the Operation Transition Register (OTR).
Usage
- Using the
.query()method will send theSTATus:OPERation:PTRansition?query. - Using the
.verify(value)method will send theSTATus:OPERation:PTRansition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:OPERation:PTRansition valuecommand.
SCPI Syntax
- STATus:OPERation:PTRansition <bit_value>
- STATus:OPERation:PTRansition?
StatusPreset
¶
Bases: SCPICmdWriteNoArguments
The STATus:PRESet command.
Description
- This command presets the SCPI status registers (OENR and QENR).
Usage
- Using the
.write()method will send theSTATus:PRESetcommand.
SCPI Syntax
- STATus:PRESet
StatusQuestionable
¶
Bases: SCPICmdRead
The STATus:QUEStionable command tree.
Usage
- Using the
.query()method will send theSTATus:QUEStionable?query. - Using the
.verify(value)method will send theSTATus:QUEStionable?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.condition: TheSTATus:QUEStionable:CONDitioncommand..enable: TheSTATus:QUEStionable:ENABlecommand..ntransition: TheSTATus:QUEStionable:NTRansitioncommand..ptransition: TheSTATus:QUEStionable:PTRansitioncommand..event: TheSTATus:QUEStionable:EVENtcommand.
condition
property
¶
condition: StatusQuestionableCondition
Return the STATus:QUEStionable:CONDition command.
Description
- This query-only command returns the contents of the Questionable Condition Register.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:CONDition?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:CONDition?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- STATus:QUEStionable:CONDition?
enable
property
¶
enable: StatusQuestionableEnable
Return the STATus:QUEStionable:ENABle command.
Description
- This command sets or queries the mask for the Questionable Enable Register.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:ENABle?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:ENABle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:QUEStionable:ENABle valuecommand.
SCPI Syntax
- STATus:QUEStionable:ENABle <bit_value>
- STATus:QUEStionable:ENABle?
event
property
¶
event: StatusQuestionableEvent
Return the STATus:QUEStionable:EVENt command.
Description
- This query-only command returns the value in the Questionable Event Register and clears the Questionable Event Register.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:EVENt?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:EVENt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- STATus:QUEStionable:EVENt?
ntransition
property
¶
ntransition: StatusQuestionableNtransition
Return the STATus:QUEStionable:NTRansition command.
Description
- This command sets or returns the negative transition filter value of the Questionable Transition Register (QTR). Refer to the Status and event reporting system section for additional information.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:NTRansition?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:NTRansition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:QUEStionable:NTRansition valuecommand.
SCPI Syntax
- STATus:QUEStionable:NTRansition <bit_value>
- STATus:QUEStionable:NTRansition?
ptransition
property
¶
ptransition: StatusQuestionablePtransition
Return the STATus:QUEStionable:PTRansition command.
Description
- This command sets or queries the positive transition filter value of the Questionable Transition Register (QTR). Refer to the Status and event reporting system section for additional information.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:PTRansition?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:PTRansition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:QUEStionable:PTRansition valuecommand.
SCPI Syntax
- STATus:QUEStionable:PTRansition <bit_value>
- STATus:QUEStionable:PTRansition?
StatusQuestionableCondition
¶
Bases: SCPICmdRead
The STATus:QUEStionable:CONDition command.
Description
- This query-only command returns the contents of the Questionable Condition Register.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:CONDition?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:CONDition?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- STATus:QUEStionable:CONDition?
StatusQuestionableEnable
¶
Bases: SCPICmdWrite, SCPICmdRead
The STATus:QUEStionable:ENABle command.
Description
- This command sets or queries the mask for the Questionable Enable Register.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:ENABle?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:ENABle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:QUEStionable:ENABle valuecommand.
SCPI Syntax
- STATus:QUEStionable:ENABle <bit_value>
- STATus:QUEStionable:ENABle?
StatusQuestionableEvent
¶
Bases: SCPICmdRead
The STATus:QUEStionable:EVENt command.
Description
- This query-only command returns the value in the Questionable Event Register and clears the Questionable Event Register.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:EVENt?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:EVENt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- STATus:QUEStionable:EVENt?
StatusQuestionableNtransition
¶
Bases: SCPICmdWrite, SCPICmdRead
The STATus:QUEStionable:NTRansition command.
Description
- This command sets or returns the negative transition filter value of the Questionable Transition Register (QTR). Refer to the Status and event reporting system section for additional information.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:NTRansition?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:NTRansition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:QUEStionable:NTRansition valuecommand.
SCPI Syntax
- STATus:QUEStionable:NTRansition <bit_value>
- STATus:QUEStionable:NTRansition?
StatusQuestionablePtransition
¶
Bases: SCPICmdWrite, SCPICmdRead
The STATus:QUEStionable:PTRansition command.
Description
- This command sets or queries the positive transition filter value of the Questionable Transition Register (QTR). Refer to the Status and event reporting system section for additional information.
Usage
- Using the
.query()method will send theSTATus:QUEStionable:PTRansition?query. - Using the
.verify(value)method will send theSTATus:QUEStionable:PTRansition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSTATus:QUEStionable:PTRansition valuecommand.
SCPI Syntax
- STATus:QUEStionable:PTRansition <bit_value>
- STATus:QUEStionable:PTRansition?