trig
¶
The trig 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
- TRIG:A:PLOCK:STANDARD {<STANDARD>}
- TRIG:A:PLOCK:STANDARD?
Trig
¶
Bases: SCPICmdRead
The TRIG command tree.
Usage
- Using the
.query()method will send theTRIG?query. - Using the
.verify(value)method will send theTRIG?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.a: TheTRIG:Acommand tree.
a
property
¶
a: TrigA
Return the TRIG:A command tree.
Usage
- Using the
.query()method will send theTRIG:A?query. - Using the
.verify(value)method will send theTRIG:A?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.plock: TheTRIG:A:PLOCKcommand tree.
TrigA
¶
Bases: SCPICmdRead
The TRIG:A command tree.
Usage
- Using the
.query()method will send theTRIG:A?query. - Using the
.verify(value)method will send theTRIG:A?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.plock: TheTRIG:A:PLOCKcommand tree.
plock
property
¶
plock: TrigAPlock
Return the TRIG:A:PLOCK command tree.
Usage
- Using the
.query()method will send theTRIG:A:PLOCK?query. - Using the
.verify(value)method will send theTRIG:A:PLOCK?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.standard: TheTRIG:A:PLOCK:STANDARDcommand.
TrigAPlock
¶
Bases: SCPICmdRead
The TRIG:A:PLOCK command tree.
Usage
- Using the
.query()method will send theTRIG:A:PLOCK?query. - Using the
.verify(value)method will send theTRIG:A:PLOCK?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.standard: TheTRIG:A:PLOCK:STANDARDcommand.
standard
property
¶
standard: TrigAPlockStandard
Return the TRIG:A:PLOCK:STANDARD command.
Description
- This command sets or queries the communication standard used by the pattern lock trigger.
Usage
- Using the
.query()method will send theTRIG:A:PLOCK:STANDARD?query. - Using the
.verify(value)method will send theTRIG:A:PLOCK:STANDARD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTRIG:A:PLOCK:STANDARD valuecommand.
SCPI Syntax
- TRIG:A:PLOCK:STANDARD {<STANDARD>}
- TRIG:A:PLOCK:STANDARD?
Info
STANDARDcommunication standard used by the pattern lock trigger. SeeTRIGGER:A:COMMUNICATION:STANDARDfor a list of standards.
TrigAPlockStandard
¶
Bases: SCPICmdWrite, SCPICmdRead
The TRIG:A:PLOCK:STANDARD command.
Description
- This command sets or queries the communication standard used by the pattern lock trigger.
Usage
- Using the
.query()method will send theTRIG:A:PLOCK:STANDARD?query. - Using the
.verify(value)method will send theTRIG:A:PLOCK:STANDARD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTRIG:A:PLOCK:STANDARD valuecommand.
SCPI Syntax
- TRIG:A:PLOCK:STANDARD {<STANDARD>}
- TRIG:A:PLOCK:STANDARD?
Info
STANDARDcommunication standard used by the pattern lock trigger. SeeTRIGGER:A:COMMUNICATION:STANDARDfor a list of standards.