output
¶
The output commands module.
These commands are used in the following models: AFG3K, AFG3KB, AFG3KC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- OUTPut:TRIGger:MODE {TRIGger|SYNC}
- OUTPut:TRIGger:MODE?
Output
¶
Bases: SCPICmdRead
The OUTPut command tree.
Usage
- Using the
.query()method will send theOUTPut?query. - Using the
.verify(value)method will send theOUTPut?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.trigger: TheOUTPut:TRIGgercommand tree.
trigger
property
¶
trigger: OutputTrigger
Return the OUTPut:TRIGger command tree.
Usage
- Using the
.query()method will send theOUTPut:TRIGger?query. - Using the
.verify(value)method will send theOUTPut:TRIGger?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.mode: TheOUTPut:TRIGger:MODEcommand.
OutputTrigger
¶
Bases: SCPICmdRead
The OUTPut:TRIGger command tree.
Usage
- Using the
.query()method will send theOUTPut:TRIGger?query. - Using the
.verify(value)method will send theOUTPut:TRIGger?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.mode: TheOUTPut:TRIGger:MODEcommand.
mode
property
¶
mode: OutputTriggerMode
Return the OUTPut:TRIGger:MODE command.
Description
- This command sets or queries the mode (trigger or sync) for Trigger Output signal. When the burst count is set to Inf-Cycles in burst mode, TRIGger indicates that the infinite number of cycles of waveform will be output from the Trigger Output connector. When the burst count is set to Inf-Cycles in burst mode, SYNC indicates that one pulse waveform is output from the Trigger Output connector when the Inf-Cycles starts. When Run Mode is specified other than Burst Inf-Cycles, TRIGger and SYNC have the same effect.
Usage
- Using the
.query()method will send theOUTPut:TRIGger:MODE?query. - Using the
.verify(value)method will send theOUTPut:TRIGger:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut:TRIGger:MODE valuecommand.
SCPI Syntax
- OUTPut:TRIGger:MODE {TRIGger|SYNC}
- OUTPut:TRIGger:MODE?
OutputTriggerMode
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut:TRIGger:MODE command.
Description
- This command sets or queries the mode (trigger or sync) for Trigger Output signal. When the burst count is set to Inf-Cycles in burst mode, TRIGger indicates that the infinite number of cycles of waveform will be output from the Trigger Output connector. When the burst count is set to Inf-Cycles in burst mode, SYNC indicates that one pulse waveform is output from the Trigger Output connector when the Inf-Cycles starts. When Run Mode is specified other than Burst Inf-Cycles, TRIGger and SYNC have the same effect.
Usage
- Using the
.query()method will send theOUTPut:TRIGger:MODE?query. - Using the
.verify(value)method will send theOUTPut:TRIGger:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut:TRIGger:MODE valuecommand.
SCPI Syntax
- OUTPut:TRIGger:MODE {TRIGger|SYNC}
- OUTPut:TRIGger:MODE?