auxout
¶
The auxout commands module.
These commands are used in the following models: MSO2
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- AUXout:EDGE {RISing|FALling}
- AUXout:EDGE?
- AUXout:SOUrce {ATRIGger|OFF}
- AUXout:SOUrce?
Auxout
¶
Bases: SCPICmdRead
The AUXout command tree.
Usage
- Using the
.query()method will send theAUXout?query. - Using the
.verify(value)method will send theAUXout?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.edge: TheAUXout:EDGEcommand..source: TheAUXout:SOUrcecommand.
edge
property
¶
edge: AuxoutEdge
Return the AUXout:EDGE command.
Description
- This command sets or queries the direction in which the Auxiliary Output signal will transition when a trigger occurs.
Usage
- Using the
.query()method will send theAUXout:EDGE?query. - Using the
.verify(value)method will send theAUXout:EDGE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUXout:EDGE valuecommand.
SCPI Syntax
- AUXout:EDGE {RISing|FALling}
- AUXout:EDGE?
Info
RISingsets the polarity to the rising edge.FALlingsets the polarity to the falling edge.
source
property
¶
source: AuxoutSource
Return the AUXout:SOUrce command.
Description
- This command sets or queries the source at the AFG/AUX OUT, shared BNC connection.
Usage
- Using the
.query()method will send theAUXout:SOUrce?query. - Using the
.verify(value)method will send theAUXout:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUXout:SOUrce valuecommand.
SCPI Syntax
- AUXout:SOUrce {ATRIGger|OFF}
- AUXout:SOUrce?
Info
ATRIGgersets the source at the AFG/AUX OUT, shared BNC connector to the main trigger and turns off the AFG output (if on).OFFturns off the output of the AFG/AUX OUT, shared BNC connector, this will turn off the AFG (if on).
AuxoutEdge
¶
Bases: SCPICmdWrite, SCPICmdRead
The AUXout:EDGE command.
Description
- This command sets or queries the direction in which the Auxiliary Output signal will transition when a trigger occurs.
Usage
- Using the
.query()method will send theAUXout:EDGE?query. - Using the
.verify(value)method will send theAUXout:EDGE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUXout:EDGE valuecommand.
SCPI Syntax
- AUXout:EDGE {RISing|FALling}
- AUXout:EDGE?
Info
RISingsets the polarity to the rising edge.FALlingsets the polarity to the falling edge.
AuxoutSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The AUXout:SOUrce command.
Description
- This command sets or queries the source at the AFG/AUX OUT, shared BNC connection.
Usage
- Using the
.query()method will send theAUXout:SOUrce?query. - Using the
.verify(value)method will send theAUXout:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUXout:SOUrce valuecommand.
SCPI Syntax
- AUXout:SOUrce {ATRIGger|OFF}
- AUXout:SOUrce?
Info
ATRIGgersets the source at the AFG/AUX OUT, shared BNC connector to the main trigger and turns off the AFG output (if on).OFFturns off the output of the AFG/AUX OUT, shared BNC connector, this will turn off the AFG (if on).