auxout
¶
The auxout 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
- AUXout:EDGE {RISing|FALling}
- AUXout:EDGE?
- AUXout:SOUrce {ATRIGger|BTRIGger|DELayed|EVENT|REFOUT}
- AUXout:SOUrce?
- AUXout?
Auxout
¶
Bases: SCPICmdRead
The AUXout command.
Description
- This query-only command returns the auxiliary output setup and is equivalent to selecting External Signals. From the Utilities menu, and then viewing the current settings for the AUX OUT Configuration.
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.
SCPI Syntax
- AUXout?
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 trigger source at the BNC connection. This command is equivalent to selecting External Signals from the Utilities menu and then selecting the desired Configuration setting.
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|BTRIGger|DELayed|EVENT|REFOUT}
- AUXout:SOUrce?
Info
ATRIGgersets the source at the BNC connector to the main trigger.BTRIGgersets the source at the BNC connector to the delayed trigger. (7K/70K).EVENTsets the source at the BNC connector to a specified event. (7K/70K).DELayedsets the source at the BNC connector to the delayed trigger.REFOUTsets the source at the BNC connector to the reference output. (5K/7K).
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 trigger source at the BNC connection. This command is equivalent to selecting External Signals from the Utilities menu and then selecting the desired Configuration setting.
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|BTRIGger|DELayed|EVENT|REFOUT}
- AUXout:SOUrce?
Info
ATRIGgersets the source at the BNC connector to the main trigger.BTRIGgersets the source at the BNC connector to the delayed trigger. (7K/70K).EVENTsets the source at the BNC connector to a specified event. (7K/70K).DELayedsets the source at the BNC connector to the delayed trigger.REFOUTsets the source at the BNC connector to the reference output. (5K/7K).