auxout
¶
The auxout commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- AUXOut:SOUrce {ATRIGger|MAIn|REFOut|EVENT|AFG}
- 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
.source: TheAUXOut:SOUrcecommand.
source
property
¶
source: AuxoutSource
Return the AUXOut:SOUrce command.
Description
- This command sets (or queries) the source for the Auxiliary Output port.
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|MAIn|REFOut|EVENT|AFG}
- AUXOut:SOUrce?
Info
ATRIGgeris the default signal output of the auxiliary out port. MAIn is synonymous with ATRIGger.REFOutspecifies the reference oscillator output as the source for the auxiliary output.EVENTrefers to an internally generated oscilloscope event. The Mask and Act on Event commands can cause an event output, such as a mask test completion notification event.AFGspecifies the AFG sync out pulse. (Only available for models with the 3-AFG option installed.).
AuxoutSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The AUXOut:SOUrce command.
Description
- This command sets (or queries) the source for the Auxiliary Output port.
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|MAIn|REFOut|EVENT|AFG}
- AUXOut:SOUrce?
Info
ATRIGgeris the default signal output of the auxiliary out port. MAIn is synonymous with ATRIGger.REFOutspecifies the reference oscillator output as the source for the auxiliary output.EVENTrefers to an internally generated oscilloscope event. The Mask and Act on Event commands can cause an event output, such as a mask test completion notification event.AFGspecifies the AFG sync out pulse. (Only available for models with the 3-AFG option installed.).