actonevent
¶
The actonevent commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- ACTONEVent:ENable <NR1>
- ACTONEVent:ENable?
- ACTONEVent:LIMITCount <NR1>
- ACTONEVent:LIMITCount?
- ACTONEVent:LIMit <NR1>
- ACTONEVent:LIMit?
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?
- ACTONEVent:MASKFail:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SRQ:STATE?
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE?
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?
- ACTONEVent:MASKHit:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SRQ:STATE?
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE?
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?
- ACTONEVent:MASKPass:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SRQ:STATE?
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE?
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE?
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?
- ACTONEVent:SEARCH:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SRQ:STATE?
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE?
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE {ON|OFF|1|0}
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?
- ACTONEVent:TRIGger:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SRQ:STATE?
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE?
Actonevent
¶
Bases: SCPICmdRead
The ACTONEVent command tree.
Usage
- Using the
.query()method will send theACTONEVent?query. - Using the
.verify(value)method will send theACTONEVent?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheACTONEVent:ENablecommand..limitcount: TheACTONEVent:LIMITCountcommand..limit: TheACTONEVent:LIMitcommand..maskfail: TheACTONEVent:MASKFailcommand tree..maskhit: TheACTONEVent:MASKHitcommand tree..maskpass: TheACTONEVent:MASKPasscommand tree..measurement: TheACTONEVent:MEASUrementcommand tree..search: TheACTONEVent:SEARCHcommand tree..trigger: TheACTONEVent:TRIGgercommand tree.
enable
property
¶
enable: ActoneventEnable
Return the ACTONEVent:ENable command.
Description
- This command enables or disables actions on event (AOE). If AOE saves are limited and the limit has been reached, this parameter will disable AOE.
Usage
- Using the
.query()method will send theACTONEVent:ENable?query. - Using the
.verify(value)method will send theACTONEVent:ENable?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:ENable valuecommand.
SCPI Syntax
- ACTONEVent:ENable <NR1>
- ACTONEVent:ENable?
Info
<NR1>is a number that enables or disables actions on event. The number zero disables the feature and the number one enables the feature.
limit
property
¶
limit: ActoneventLimit
Return the ACTONEVent:LIMit command.
Description
- This command sets whether the act on event should limit the number of saves. This prevents the saves from filling the hard drive.
Usage
- Using the
.query()method will send theACTONEVent:LIMit?query. - Using the
.verify(value)method will send theACTONEVent:LIMit?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:LIMit valuecommand.
SCPI Syntax
- ACTONEVent:LIMit <NR1>
- ACTONEVent:LIMit?
Info
<NR1>is a number that enables or disables whether the act on event should limit the number of saves. The number zero disables the feature and the number one enables the feature.
limitcount
property
¶
limitcount: ActoneventLimitcount
Return the ACTONEVent:LIMITCount command.
Description
- This command sets the limit of act on even saves. The
ACTONEVent:LIMitcommand must be enabled.
Usage
- Using the
.query()method will send theACTONEVent:LIMITCount?query. - Using the
.verify(value)method will send theACTONEVent:LIMITCount?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:LIMITCount valuecommand.
SCPI Syntax
- ACTONEVent:LIMITCount <NR1>
- ACTONEVent:LIMITCount?
Info
<NR1>sets the number of allowed saves for the act on event feature. The number must be a positive integer.
maskfail
property
¶
maskfail: ActoneventMaskfail
Return the ACTONEVent:MASKFail command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.action: TheACTONEVent:MASKFail:ACTIONcommand tree.
maskhit
property
¶
maskhit: ActoneventMaskhit
Return the ACTONEVent:MASKHit command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.action: TheACTONEVent:MASKHit:ACTIONcommand tree.
maskpass
property
¶
maskpass: ActoneventMaskpass
Return the ACTONEVent:MASKPass command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.action: TheACTONEVent:MASKPass:ACTIONcommand tree.
measurement
property
¶
measurement: ActoneventMeasurement
Return the ACTONEVent:MEASUrement command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.action: TheACTONEVent:MEASUrement:ACTIONcommand tree.
search
property
¶
search: ActoneventSearch
Return the ACTONEVent:SEARCH command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.action: TheACTONEVent:SEARCH:ACTIONcommand tree.
trigger
property
¶
trigger: ActoneventTrigger
Return the ACTONEVent:TRIGger command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.action: TheACTONEVent:TRIGger:ACTIONcommand tree.
ActoneventEnable
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:ENable command.
Description
- This command enables or disables actions on event (AOE). If AOE saves are limited and the limit has been reached, this parameter will disable AOE.
Usage
- Using the
.query()method will send theACTONEVent:ENable?query. - Using the
.verify(value)method will send theACTONEVent:ENable?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:ENable valuecommand.
SCPI Syntax
- ACTONEVent:ENable <NR1>
- ACTONEVent:ENable?
Info
<NR1>is a number that enables or disables actions on event. The number zero disables the feature and the number one enables the feature.
ActoneventLimit
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:LIMit command.
Description
- This command sets whether the act on event should limit the number of saves. This prevents the saves from filling the hard drive.
Usage
- Using the
.query()method will send theACTONEVent:LIMit?query. - Using the
.verify(value)method will send theACTONEVent:LIMit?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:LIMit valuecommand.
SCPI Syntax
- ACTONEVent:LIMit <NR1>
- ACTONEVent:LIMit?
Info
<NR1>is a number that enables or disables whether the act on event should limit the number of saves. The number zero disables the feature and the number one enables the feature.
ActoneventLimitcount
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:LIMITCount command.
Description
- This command sets the limit of act on even saves. The
ACTONEVent:LIMitcommand must be enabled.
Usage
- Using the
.query()method will send theACTONEVent:LIMITCount?query. - Using the
.verify(value)method will send theACTONEVent:LIMITCount?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:LIMITCount valuecommand.
SCPI Syntax
- ACTONEVent:LIMITCount <NR1>
- ACTONEVent:LIMITCount?
Info
<NR1>sets the number of allowed saves for the act on event feature. The number must be a positive integer.
ActoneventMaskfail
¶
Bases: SCPICmdRead
The ACTONEVent:MASKFail command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.action: TheACTONEVent:MASKFail:ACTIONcommand tree.
action
property
¶
action: ActoneventMaskfailAction
Return the ACTONEVent:MASKFail:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.saveimage: TheACTONEVent:MASKFail:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:MASKFail:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:MASKFail:ACTION:SRQcommand tree..stopacq: TheACTONEVent:MASKFail:ACTION:STOPACQcommand tree.
ActoneventMaskfailAction
¶
Bases: SCPICmdRead
The ACTONEVent:MASKFail:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.saveimage: TheACTONEVent:MASKFail:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:MASKFail:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:MASKFail:ACTION:SRQcommand tree..stopacq: TheACTONEVent:MASKFail:ACTION:STOPACQcommand tree.
saveimage
property
¶
saveimage: ActoneventMaskfailActionSaveimage
Return the ACTONEVent:MASKFail:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATEcommand.
savewaveform
property
¶
savewaveform: ActoneventMaskfailActionSavewaveform
Return the ACTONEVent:MASKFail:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATEcommand.
srq
property
¶
Return the ACTONEVent:MASKFail:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKFail:ACTION:SRQ:STATEcommand.
stopacq
property
¶
stopacq: ActoneventMaskfailActionStopacq
Return the ACTONEVent:MASKFail:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKFail:ACTION:STOPACQ:STATEcommand.
ActoneventMaskfailActionSaveimage
¶
Bases: SCPICmdRead
The ACTONEVent:MASKFail:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when a mask test fails.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when a mask test fails feature.OFFdisables the save screen capture when a mask test fails feature.<NR1>is a number that enables or disables the save screen capture when a mask test fails feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskfailActionSaveimageState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when a mask test fails.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when a mask test fails feature.OFFdisables the save screen capture when a mask test fails feature.<NR1>is a number that enables or disables the save screen capture when a mask test fails feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskfailActionSavewaveform
¶
Bases: SCPICmdRead
The ACTONEVent:MASKFail:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when a mask test fails.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when a mask test fails feature.OFFdisables the save source waveform(s) when a mask test fails feature.<NR1>is a number that enables or disables the save source waveform(s) when a mask test fails feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskfailActionSavewaveformState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when a mask test fails.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when a mask test fails feature.OFFdisables the save source waveform(s) when a mask test fails feature.<NR1>is a number that enables or disables the save source waveform(s) when a mask test fails feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskfailActionSrq
¶
Bases: SCPICmdRead
The ACTONEVent:MASKFail:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKFail:ACTION:SRQ:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKFail:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when a mask fails.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKFail:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when a mask fails feature.OFFdisables the generate an SRQ event when a mask fails feature.<NR1>is a number that enables or disables the generate an SRQ event when a mask fails feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskfailActionSrqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKFail:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when a mask fails.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKFail:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when a mask fails feature.OFFdisables the generate an SRQ event when a mask fails feature.<NR1>is a number that enables or disables the generate an SRQ event when a mask fails feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskfailActionStopacq
¶
Bases: SCPICmdRead
The ACTONEVent:MASKFail:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKFail:ACTION:STOPACQ:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKFail:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when a mask test fails.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKFail:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when a mask test fails feature.OFFdisables the stop acquisitions when a mask test fails feature.<NR1>is a number that enables or disables the stop acquisitions when a mask test fails feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskfailActionStopacqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKFail:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when a mask test fails.
Usage
- Using the
.query()method will send theACTONEVent:MASKFail:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKFail:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKFail:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when a mask test fails feature.OFFdisables the stop acquisitions when a mask test fails feature.<NR1>is a number that enables or disables the stop acquisitions when a mask test fails feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskhit
¶
Bases: SCPICmdRead
The ACTONEVent:MASKHit command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.action: TheACTONEVent:MASKHit:ACTIONcommand tree.
action
property
¶
action: ActoneventMaskhitAction
Return the ACTONEVent:MASKHit:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.saveimage: TheACTONEVent:MASKHit:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:MASKHit:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:MASKHit:ACTION:SRQcommand tree..stopacq: TheACTONEVent:MASKHit:ACTION:STOPACQcommand tree.
ActoneventMaskhitAction
¶
Bases: SCPICmdRead
The ACTONEVent:MASKHit:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.saveimage: TheACTONEVent:MASKHit:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:MASKHit:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:MASKHit:ACTION:SRQcommand tree..stopacq: TheACTONEVent:MASKHit:ACTION:STOPACQcommand tree.
saveimage
property
¶
saveimage: ActoneventMaskhitActionSaveimage
Return the ACTONEVent:MASKHit:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATEcommand.
savewaveform
property
¶
savewaveform: ActoneventMaskhitActionSavewaveform
Return the ACTONEVent:MASKHit:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATEcommand.
srq
property
¶
Return the ACTONEVent:MASKHit:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKHit:ACTION:SRQ:STATEcommand.
stopacq
property
¶
stopacq: ActoneventMaskhitActionStopacq
Return the ACTONEVent:MASKHit:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKHit:ACTION:STOPACQ:STATEcommand.
ActoneventMaskhitActionSaveimage
¶
Bases: SCPICmdRead
The ACTONEVent:MASKHit:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when a mask hit occurs.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when a mask hit occurs feature.OFFdisables the save screen capture when a mask hit occurs feature.<NR1>is a number that enables or disables the save screen capture when a mask hit occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskhitActionSaveimageState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when a mask hit occurs.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when a mask hit occurs feature.OFFdisables the save screen capture when a mask hit occurs feature.<NR1>is a number that enables or disables the save screen capture when a mask hit occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskhitActionSavewaveform
¶
Bases: SCPICmdRead
The ACTONEVent:MASKHit:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when a mask hit occurs.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when a mask hit occurs feature.OFFdisables the save source waveform(s) when a mask hit occurs feature.<NR1>is a number that enables or disables the save source waveform(s) when a mask hit occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskhitActionSavewaveformState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when a mask hit occurs.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when a mask hit occurs feature.OFFdisables the save source waveform(s) when a mask hit occurs feature.<NR1>is a number that enables or disables the save source waveform(s) when a mask hit occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskhitActionSrq
¶
Bases: SCPICmdRead
The ACTONEVent:MASKHit:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKHit:ACTION:SRQ:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKHit:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when a mask hit occurs.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKHit:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when a mask hit occurs feature.OFFdisables the generate an SRQ event when a mask hit occurs feature.<NR1>is a number that enables or disables the generate an SRQ event when a mask hit occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskhitActionSrqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKHit:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when a mask hit occurs.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKHit:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when a mask hit occurs feature.OFFdisables the generate an SRQ event when a mask hit occurs feature.<NR1>is a number that enables or disables the generate an SRQ event when a mask hit occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskhitActionStopacq
¶
Bases: SCPICmdRead
The ACTONEVent:MASKHit:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKHit:ACTION:STOPACQ:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKHit:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when a mask hit occurs.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKHit:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when a mask hit occurs feature.OFFdisables the stop acquisitions when a mask hit occurs feature.<NR1>is a number that enables or disables the stop acquisitions when a mask hit occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskhitActionStopacqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKHit:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when a mask hit occurs.
Usage
- Using the
.query()method will send theACTONEVent:MASKHit:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKHit:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKHit:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when a mask hit occurs feature.OFFdisables the stop acquisitions when a mask hit occurs feature.<NR1>is a number that enables or disables the stop acquisitions when a mask hit occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskpass
¶
Bases: SCPICmdRead
The ACTONEVent:MASKPass command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.action: TheACTONEVent:MASKPass:ACTIONcommand tree.
action
property
¶
action: ActoneventMaskpassAction
Return the ACTONEVent:MASKPass:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.saveimage: TheACTONEVent:MASKPass:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:MASKPass:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:MASKPass:ACTION:SRQcommand tree..stopacq: TheACTONEVent:MASKPass:ACTION:STOPACQcommand tree.
ActoneventMaskpassAction
¶
Bases: SCPICmdRead
The ACTONEVent:MASKPass:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.saveimage: TheACTONEVent:MASKPass:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:MASKPass:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:MASKPass:ACTION:SRQcommand tree..stopacq: TheACTONEVent:MASKPass:ACTION:STOPACQcommand tree.
saveimage
property
¶
saveimage: ActoneventMaskpassActionSaveimage
Return the ACTONEVent:MASKPass:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATEcommand.
savewaveform
property
¶
savewaveform: ActoneventMaskpassActionSavewaveform
Return the ACTONEVent:MASKPass:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATEcommand.
srq
property
¶
Return the ACTONEVent:MASKPass:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKPass:ACTION:SRQ:STATEcommand.
stopacq
property
¶
stopacq: ActoneventMaskpassActionStopacq
Return the ACTONEVent:MASKPass:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MASKPass:ACTION:STOPACQ:STATEcommand.
ActoneventMaskpassActionSaveimage
¶
Bases: SCPICmdRead
The ACTONEVent:MASKPass:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when a mask test passes.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when a mask test passes feature.OFFdisables the save screen capture when a mask test passes feature.<NR1>is a number that enables or disables the save screen capture when a mask test passes feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskpassActionSaveimageState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when a mask test passes.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when a mask test passes feature.OFFdisables the save screen capture when a mask test passes feature.<NR1>is a number that enables or disables the save screen capture when a mask test passes feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskpassActionSavewaveform
¶
Bases: SCPICmdRead
The ACTONEVent:MASKPass:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when a mask test passes.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when a mask test passes feature.OFFdisables the save source waveform(s) when a mask test passes feature.<NR1>is a number that enables or disables the source waveform(s) when a mask test passes feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskpassActionSavewaveformState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when a mask test passes.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when a mask test passes feature.OFFdisables the save source waveform(s) when a mask test passes feature.<NR1>is a number that enables or disables the source waveform(s) when a mask test passes feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskpassActionSrq
¶
Bases: SCPICmdRead
The ACTONEVent:MASKPass:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKPass:ACTION:SRQ:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKPass:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when a mask passes.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKPass:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when a mask test passes feature.OFFdisables the generate an SRQ event when a mask test passes feature.<NR1>is a number that enables or disables the generate an SRQ event when a mask test passes feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskpassActionSrqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKPass:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when a mask passes.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKPass:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when a mask test passes feature.OFFdisables the generate an SRQ event when a mask test passes feature.<NR1>is a number that enables or disables the generate an SRQ event when a mask test passes feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskpassActionStopacq
¶
Bases: SCPICmdRead
The ACTONEVent:MASKPass:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MASKPass:ACTION:STOPACQ:STATEcommand.
state
property
¶
Return the ACTONEVent:MASKPass:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when a mask test passes.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKPass:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when a mask test passes feature.OFFdisables the stop acquisitions event when a mask test passes feature.<NR1>is a number that enables or disables the stop acquisitions when a mask test passes feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMaskpassActionStopacqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MASKPass:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when a mask test passes.
Usage
- Using the
.query()method will send theACTONEVent:MASKPass:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MASKPass:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MASKPass:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when a mask test passes feature.OFFdisables the stop acquisitions event when a mask test passes feature.<NR1>is a number that enables or disables the stop acquisitions when a mask test passes feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMeasurement
¶
Bases: SCPICmdRead
The ACTONEVent:MEASUrement command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.action: TheACTONEVent:MEASUrement:ACTIONcommand tree.
action
property
¶
action: ActoneventMeasurementAction
Return the ACTONEVent:MEASUrement:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.saveimage: TheACTONEVent:MEASUrement:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:MEASUrement:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:MEASUrement:ACTION:SRQcommand tree..stopacq: TheACTONEVent:MEASUrement:ACTION:STOPACQcommand tree.
ActoneventMeasurementAction
¶
Bases: SCPICmdRead
The ACTONEVent:MEASUrement:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.saveimage: TheACTONEVent:MEASUrement:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:MEASUrement:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:MEASUrement:ACTION:SRQcommand tree..stopacq: TheACTONEVent:MEASUrement:ACTION:STOPACQcommand tree.
saveimage
property
¶
saveimage: ActoneventMeasurementActionSaveimage
Return the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATEcommand.
savewaveform
property
¶
savewaveform: ActoneventMeasurementActionSavewaveform
Return the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATEcommand.
srq
property
¶
Return the ACTONEVent:MEASUrement:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MEASUrement:ACTION:SRQ:STATEcommand.
stopacq
property
¶
stopacq: ActoneventMeasurementActionStopacq
Return the ACTONEVent:MEASUrement:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:MEASUrement:ACTION:STOPACQ:STATEcommand.
ActoneventMeasurementActionSaveimage
¶
Bases: SCPICmdRead
The ACTONEVent:MEASUrement:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATEcommand.
state
property
¶
Return the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when the user-set measurement limit is exceeded.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when the measurement limit is exceeded feature.OFFdisables the save screen capture when the measurement limit is exceeded feature.<NR1>is a number that enables or disables the save screen capture when the measurement limit is exceeded feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMeasurementActionSaveimageState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when the user-set measurement limit is exceeded.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when the measurement limit is exceeded feature.OFFdisables the save screen capture when the measurement limit is exceeded feature.<NR1>is a number that enables or disables the save screen capture when the measurement limit is exceeded feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMeasurementActionSavewaveform
¶
Bases: SCPICmdRead
The ACTONEVent:MEASUrement:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATEcommand.
state
property
¶
Return the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when the user-set measurement limit is exceeded.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when the measurement limit is exceeded feature.OFFdisables the save source waveform(s) when the measurement limit is exceeded feature.<NR1>is a number that enables or disables the save source waveform(s) when the measurement limit is exceeded feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMeasurementActionSavewaveformState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when the user-set measurement limit is exceeded.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when the measurement limit is exceeded feature.OFFdisables the save source waveform(s) when the measurement limit is exceeded feature.<NR1>is a number that enables or disables the save source waveform(s) when the measurement limit is exceeded feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMeasurementActionSrq
¶
Bases: SCPICmdRead
The ACTONEVent:MEASUrement:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MEASUrement:ACTION:SRQ:STATEcommand.
state
property
¶
Return the ACTONEVent:MEASUrement:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when any measurement triggers the user-defined measurement limits.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MEASUrement:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when any measurement triggers the user-defined measurement limits feature.OFFdisables the generate an SRQ event when any measurement triggers the user-defined measurement limits feature.<NR1>is a number that enables or disables the generate an SRQ event when any measurement triggers the user-defined measurement limits feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMeasurementActionSrqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MEASUrement:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when any measurement triggers the user-defined measurement limits.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MEASUrement:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when any measurement triggers the user-defined measurement limits feature.OFFdisables the generate an SRQ event when any measurement triggers the user-defined measurement limits feature.<NR1>is a number that enables or disables the generate an SRQ event when any measurement triggers the user-defined measurement limits feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMeasurementActionStopacq
¶
Bases: SCPICmdRead
The ACTONEVent:MEASUrement:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:MEASUrement:ACTION:STOPACQ:STATEcommand.
state
property
¶
Return the ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when the user-set measurement limit is exceeded.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MEASUrement:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when the measurement limit is exceeded feature.OFFdisables the stop acquisitions when the measurement limit is exceeded feature.<NR1>is a number that enables or disables the stop acquisitions when the measurement limit is exceeded feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventMeasurementActionStopacqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when the user-set measurement limit is exceeded.
Usage
- Using the
.query()method will send theACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:MEASUrement:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when the measurement limit is exceeded feature.OFFdisables the stop acquisitions when the measurement limit is exceeded feature.<NR1>is a number that enables or disables the stop acquisitions when the measurement limit is exceeded feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventSearch
¶
Bases: SCPICmdRead
The ACTONEVent:SEARCH command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.action: TheACTONEVent:SEARCH:ACTIONcommand tree.
action
property
¶
action: ActoneventSearchAction
Return the ACTONEVent:SEARCH:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.saveimage: TheACTONEVent:SEARCH:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:SEARCH:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:SEARCH:ACTION:SRQcommand tree..stopacq: TheACTONEVent:SEARCH:ACTION:STOPACQcommand tree.
ActoneventSearchAction
¶
Bases: SCPICmdRead
The ACTONEVent:SEARCH:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.saveimage: TheACTONEVent:SEARCH:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:SEARCH:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:SEARCH:ACTION:SRQcommand tree..stopacq: TheACTONEVent:SEARCH:ACTION:STOPACQcommand tree.
saveimage
property
¶
saveimage: ActoneventSearchActionSaveimage
Return the ACTONEVent:SEARCH:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATEcommand.
savewaveform
property
¶
savewaveform: ActoneventSearchActionSavewaveform
Return the ACTONEVent:SEARCH:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATEcommand.
srq
property
¶
Return the ACTONEVent:SEARCH:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:SEARCH:ACTION:SRQ:STATEcommand.
stopacq
property
¶
stopacq: ActoneventSearchActionStopacq
Return the ACTONEVent:SEARCH:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:SEARCH:ACTION:STOPACQ:STATEcommand.
ActoneventSearchActionSaveimage
¶
Bases: SCPICmdRead
The ACTONEVent:SEARCH:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATEcommand.
state
property
¶
Return the ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when a search event is found.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when a search event is found feature.OFFdisables the save screen capture when a search event is found feature.<NR1>is a number that enables or disables the save screen capture when a search event is found feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventSearchActionSaveimageState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when a search event is found.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when a search event is found feature.OFFdisables the save screen capture when a search event is found feature.<NR1>is a number that enables or disables the save screen capture when a search event is found feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventSearchActionSavewaveform
¶
Bases: SCPICmdRead
The ACTONEVent:SEARCH:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATEcommand.
state
property
¶
Return the ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when a search event is found.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when a search event is found feature.OFFdisables the save source waveform(s) when a search event is found feature.<NR1>is a number that enables or disables the save source waveform(s) when a search event is found feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventSearchActionSavewaveformState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when a search event is found.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when a search event is found feature.OFFdisables the save source waveform(s) when a search event is found feature.<NR1>is a number that enables or disables the save source waveform(s) when a search event is found feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventSearchActionSrq
¶
Bases: SCPICmdRead
The ACTONEVent:SEARCH:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:SEARCH:ACTION:SRQ:STATEcommand.
state
property
¶
Return the ACTONEVent:SEARCH:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when any search event is found.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:SEARCH:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when any search event is found feature.OFFdisables the generate an SRQ event when any search event is found feature.<NR1>is a number that enables or disables the generate an SRQ event when any search event is found feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventSearchActionSrqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:SEARCH:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when any search event is found.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:SEARCH:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when any search event is found feature.OFFdisables the generate an SRQ event when any search event is found feature.<NR1>is a number that enables or disables the generate an SRQ event when any search event is found feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventSearchActionStopacq
¶
Bases: SCPICmdRead
The ACTONEVent:SEARCH:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:SEARCH:ACTION:STOPACQ:STATEcommand.
state
property
¶
Return the ACTONEVent:SEARCH:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when a search event is found.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:SEARCH:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when a search event is found feature.OFFdisables the stop acquisitions when a search event is found feature.<NR1>is a number that enables or disables the stop acquisitions when a search event is found feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventSearchActionStopacqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:SEARCH:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions when a search event is found.
Usage
- Using the
.query()method will send theACTONEVent:SEARCH:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:SEARCH:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:SEARCH:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions when a search event is found feature.OFFdisables the stop acquisitions when a search event is found feature.<NR1>is a number that enables or disables the stop acquisitions when a search event is found feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventTrigger
¶
Bases: SCPICmdRead
The ACTONEVent:TRIGger command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.action: TheACTONEVent:TRIGger:ACTIONcommand tree.
action
property
¶
action: ActoneventTriggerAction
Return the ACTONEVent:TRIGger:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.saveimage: TheACTONEVent:TRIGger:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:TRIGger:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:TRIGger:ACTION:SRQcommand tree..stopacq: TheACTONEVent:TRIGger:ACTION:STOPACQcommand tree.
ActoneventTriggerAction
¶
Bases: SCPICmdRead
The ACTONEVent:TRIGger:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.saveimage: TheACTONEVent:TRIGger:ACTION:SAVEIMAGecommand tree..savewaveform: TheACTONEVent:TRIGger:ACTION:SAVEWAVEformcommand tree..srq: TheACTONEVent:TRIGger:ACTION:SRQcommand tree..stopacq: TheACTONEVent:TRIGger:ACTION:STOPACQcommand tree.
saveimage
property
¶
saveimage: ActoneventTriggerActionSaveimage
Return the ACTONEVent:TRIGger:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATEcommand.
savewaveform
property
¶
savewaveform: ActoneventTriggerActionSavewaveform
Return the ACTONEVent:TRIGger:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATEcommand.
srq
property
¶
Return the ACTONEVent:TRIGger:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:TRIGger:ACTION:SRQ:STATEcommand.
stopacq
property
¶
stopacq: ActoneventTriggerActionStopacq
Return the ACTONEVent:TRIGger:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:TRIGger:ACTION:STOPACQ:STATEcommand.
ActoneventTriggerActionSaveimage
¶
Bases: SCPICmdRead
The ACTONEVent:TRIGger:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATEcommand.
state
property
¶
Return the ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture on a trigger event from a single sequence or
sequence of N acquisition. Each acquisition in the sequence of N will perform a save
operation. This command replaces
SAVe:IMAGe(still valid command, but only an alias for this new command).
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture on a trigger event feature.OFFdisables the save screen capture on a trigger event feature.<NR1>is a number that enables or disables the save screen capture on a trigger event feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventTriggerActionSaveimageState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture on a trigger event from a single sequence or sequence
of N acquisition. Each acquisition in the sequence of N will perform a save operation.
This command replaces
SAVe:IMAGe(still valid command, but only an alias for this new command).
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture on a trigger event feature.OFFdisables the save screen capture on a trigger event feature.<NR1>is a number that enables or disables the save screen capture on a trigger event feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventTriggerActionSavewaveform
¶
Bases: SCPICmdRead
The ACTONEVent:TRIGger:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATEcommand.
state
property
¶
Return the ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) on a trigger event.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE {ON|OFF|1|0}
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) on a trigger event feature.OFFdisables the save source waveform(s) on a trigger event feature.1enables the save source waveform(s) on a trigger event feature. Any number value, other than 0, will enable the feature.0disables the save source waveform(s) on a trigger event feature, all other number values enable the feature.
ActoneventTriggerActionSavewaveformState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) on a trigger event.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE {ON|OFF|1|0}
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) on a trigger event feature.OFFdisables the save source waveform(s) on a trigger event feature.1enables the save source waveform(s) on a trigger event feature. Any number value, other than 0, will enable the feature.0disables the save source waveform(s) on a trigger event feature, all other number values enable the feature.
ActoneventTriggerActionSrq
¶
Bases: SCPICmdRead
The ACTONEVent:TRIGger:ACTION:SRQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SRQ?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SRQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:TRIGger:ACTION:SRQ:STATEcommand.
state
property
¶
Return the ACTONEVent:TRIGger:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when a trigger event occurs.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TRIGger:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when a trigger event occurs feature.OFFdisables the generate an SRQ event when a trigger event occurs feature.<NR1>is a number that enables or disables the generate an SRQ event when a trigger event occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventTriggerActionSrqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TRIGger:ACTION:SRQ:STATE command.
Description
- This command generates an SRQ event when a trigger event occurs.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:SRQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:SRQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TRIGger:ACTION:SRQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SRQ:STATE?
Info
ONenables the generate an SRQ event when a trigger event occurs feature.OFFdisables the generate an SRQ event when a trigger event occurs feature.<NR1>is a number that enables or disables the generate an SRQ event when a trigger event occurs feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventTriggerActionStopacq
¶
Bases: SCPICmdRead
The ACTONEVent:TRIGger:ACTION:STOPACQ command tree.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:STOPACQ?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:STOPACQ?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:TRIGger:ACTION:STOPACQ:STATEcommand.
state
property
¶
Return the ACTONEVent:TRIGger:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions on a trigger event from a single sequence or sequence of N acquisition. Each acquisition in the sequence of N will perform a save operation.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TRIGger:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions on a trigger event feature.OFFdisables the stop acquisitions on a trigger event feature.<NR1>is a number that enables or disables the stop acquisitions on a trigger event feature. The number zero disables the feature, all other numbers enable the feature.
ActoneventTriggerActionStopacqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TRIGger:ACTION:STOPACQ:STATE command.
Description
- This command stops acquisitions on a trigger event from a single sequence or sequence of N acquisition. Each acquisition in the sequence of N will perform a save operation.
Usage
- Using the
.query()method will send theACTONEVent:TRIGger:ACTION:STOPACQ:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TRIGger:ACTION:STOPACQ:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TRIGger:ACTION:STOPACQ:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE?
Info
ONenables the stop acquisitions on a trigger event feature.OFFdisables the stop acquisitions on a trigger event feature.<NR1>is a number that enables or disables the stop acquisitions on a trigger event feature. The number zero disables the feature, all other numbers enable the feature.