actonevent

The actonevent commands module.

These commands are used in the following models: MSO2

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|<NR1>}
- 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 the ACTONEVent? query.
  • Using the .verify(value) method will send the ACTONEVent? query and raise an AssertionError if the returned value does not match value.
Properties
  • .enable: The ACTONEVent:ENable command.
  • .limitcount: The ACTONEVent:LIMITCount command.
  • .limit: The ACTONEVent:LIMit command.
  • .maskfail: The ACTONEVent:MASKFail command tree.
  • .maskhit: The ACTONEVent:MASKHit command tree.
  • .maskpass: The ACTONEVent:MASKPass command tree.
  • .measurement: The ACTONEVent:MEASUrement command tree.
  • .search: The ACTONEVent:SEARCH command tree.
  • .trigger: The ACTONEVent:TRIGger command tree.

enable property

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 the ACTONEVent:ENable? query.
  • Using the .verify(value) method will send the ACTONEVent:ENable? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ENable value command.
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

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 the ACTONEVent:LIMit? query.
  • Using the .verify(value) method will send the ACTONEVent:LIMit? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:LIMit value command.
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

Return the ACTONEVent:LIMITCount command.

Description
  • This command sets the limit of act on even saves. The ACTONEVent:LIMit command must be enabled.
Usage
  • Using the .query() method will send the ACTONEVent:LIMITCount? query.
  • Using the .verify(value) method will send the ACTONEVent:LIMITCount? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:LIMITCount value command.
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

Return the ACTONEVent:MASKFail command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKFail? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .action: The ACTONEVent:MASKFail:ACTION command tree.

maskhit property

Return the ACTONEVent:MASKHit command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKHit? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .action: The ACTONEVent:MASKHit:ACTION command tree.

maskpass property

Return the ACTONEVent:MASKPass command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKPass? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .action: The ACTONEVent:MASKPass:ACTION command tree.

measurement property

measurement: ActoneventMeasurement

Return the ACTONEVent:MEASUrement command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MEASUrement? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .action: The ACTONEVent:MEASUrement:ACTION command tree.

search property

Return the ACTONEVent:SEARCH command tree.

Usage
  • Using the .query() method will send the ACTONEVent:SEARCH? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .action: The ACTONEVent:SEARCH:ACTION command tree.

trigger property

Return the ACTONEVent:TRIGger command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .action: The ACTONEVent:TRIGger:ACTION command 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 the ACTONEVent:ENable? query.
  • Using the .verify(value) method will send the ACTONEVent:ENable? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ENable value command.
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 the ACTONEVent:LIMit? query.
  • Using the .verify(value) method will send the ACTONEVent:LIMit? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:LIMit value command.
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:LIMit command must be enabled.
Usage
  • Using the .query() method will send the ACTONEVent:LIMITCount? query.
  • Using the .verify(value) method will send the ACTONEVent:LIMITCount? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:LIMITCount value command.
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 the ACTONEVent:MASKFail? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail? query and raise an AssertionError if the returned value does not match value.
Properties
  • .action: The ACTONEVent:MASKFail:ACTION command tree.

action property

Return the ACTONEVent:MASKFail:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKFail:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .saveimage: The ACTONEVent:MASKFail:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:MASKFail:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:MASKFail:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:MASKFail:ACTION:STOPACQ command tree.

ActoneventMaskfailAction

Bases: SCPICmdRead

The ACTONEVent:MASKFail:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKFail:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION? query and raise an AssertionError if the returned value does not match value.
Properties
  • .saveimage: The ACTONEVent:MASKFail:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:MASKFail:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:MASKFail:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:MASKFail:ACTION:STOPACQ command tree.

saveimage property

Return the ACTONEVent:MASKFail:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKFail:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE command.

savewaveform property

Return the ACTONEVent:MASKFail:ACTION:SAVEWAVEform command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKFail:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE command.

srq property

Return the ACTONEVent:MASKFail:ACTION:SRQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKFail:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKFail:ACTION:SRQ:STATE command.

stopacq property

Return the ACTONEVent:MASKFail:ACTION:STOPACQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKFail:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKFail:ACTION:STOPACQ:STATE command.

ActoneventMaskfailActionSaveimage

Bases: SCPICmdRead

The ACTONEVent:MASKFail:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKFail:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE command.

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 the ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when a mask test fails feature.
  • OFF disables 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 the ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when a mask test fails feature.
  • OFF disables 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 the ACTONEVent:MASKFail:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE command.

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 the ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when a mask test fails feature.
  • OFF disables 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 the ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when a mask test fails feature.
  • OFF disables 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 the ACTONEVent:MASKFail:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKFail:ACTION:SRQ:STATE command.

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 the ACTONEVent:MASKFail:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKFail:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when a mask fails feature.
  • OFF disables 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 the ACTONEVent:MASKFail:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKFail:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when a mask fails feature.
  • OFF disables 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 the ACTONEVent:MASKFail:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKFail:ACTION:STOPACQ:STATE command.

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 the ACTONEVent:MASKFail:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKFail:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when a mask test fails feature.
  • OFF disables 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 the ACTONEVent:MASKFail:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKFail:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKFail:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKFail:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when a mask test fails feature.
  • OFF disables 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 the ACTONEVent:MASKHit? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit? query and raise an AssertionError if the returned value does not match value.
Properties
  • .action: The ACTONEVent:MASKHit:ACTION command tree.

action property

Return the ACTONEVent:MASKHit:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKHit:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .saveimage: The ACTONEVent:MASKHit:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:MASKHit:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:MASKHit:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:MASKHit:ACTION:STOPACQ command tree.

ActoneventMaskhitAction

Bases: SCPICmdRead

The ACTONEVent:MASKHit:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKHit:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION? query and raise an AssertionError if the returned value does not match value.
Properties
  • .saveimage: The ACTONEVent:MASKHit:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:MASKHit:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:MASKHit:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:MASKHit:ACTION:STOPACQ command tree.

saveimage property

Return the ACTONEVent:MASKHit:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKHit:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE command.

savewaveform property

Return the ACTONEVent:MASKHit:ACTION:SAVEWAVEform command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKHit:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE command.

srq property

Return the ACTONEVent:MASKHit:ACTION:SRQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKHit:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKHit:ACTION:SRQ:STATE command.

stopacq property

Return the ACTONEVent:MASKHit:ACTION:STOPACQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKHit:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKHit:ACTION:STOPACQ:STATE command.

ActoneventMaskhitActionSaveimage

Bases: SCPICmdRead

The ACTONEVent:MASKHit:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKHit:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE command.

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 the ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when a mask hit occurs feature.
  • OFF disables 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 the ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when a mask hit occurs feature.
  • OFF disables 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 the ACTONEVent:MASKHit:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE command.

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 the ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when a mask hit occurs feature.
  • OFF disables 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 the ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when a mask hit occurs feature.
  • OFF disables 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 the ACTONEVent:MASKHit:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKHit:ACTION:SRQ:STATE command.

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 the ACTONEVent:MASKHit:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKHit:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when a mask hit occurs feature.
  • OFF disables 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 the ACTONEVent:MASKHit:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKHit:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when a mask hit occurs feature.
  • OFF disables 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 the ACTONEVent:MASKHit:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKHit:ACTION:STOPACQ:STATE command.

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 the ACTONEVent:MASKHit:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKHit:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when a mask hit occurs feature.
  • OFF disables 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 the ACTONEVent:MASKHit:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKHit:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKHit:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKHit:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when a mask hit occurs feature.
  • OFF disables 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 the ACTONEVent:MASKPass? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass? query and raise an AssertionError if the returned value does not match value.
Properties
  • .action: The ACTONEVent:MASKPass:ACTION command tree.

action property

Return the ACTONEVent:MASKPass:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKPass:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .saveimage: The ACTONEVent:MASKPass:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:MASKPass:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:MASKPass:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:MASKPass:ACTION:STOPACQ command tree.

ActoneventMaskpassAction

Bases: SCPICmdRead

The ACTONEVent:MASKPass:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKPass:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION? query and raise an AssertionError if the returned value does not match value.
Properties
  • .saveimage: The ACTONEVent:MASKPass:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:MASKPass:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:MASKPass:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:MASKPass:ACTION:STOPACQ command tree.

saveimage property

Return the ACTONEVent:MASKPass:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKPass:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE command.

savewaveform property

Return the ACTONEVent:MASKPass:ACTION:SAVEWAVEform command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKPass:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE command.

srq property

Return the ACTONEVent:MASKPass:ACTION:SRQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKPass:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKPass:ACTION:SRQ:STATE command.

stopacq property

Return the ACTONEVent:MASKPass:ACTION:STOPACQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKPass:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MASKPass:ACTION:STOPACQ:STATE command.

ActoneventMaskpassActionSaveimage

Bases: SCPICmdRead

The ACTONEVent:MASKPass:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MASKPass:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE command.

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 the ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when a mask test passes feature.
  • OFF disables 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 the ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when a mask test passes feature.
  • OFF disables 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 the ACTONEVent:MASKPass:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE command.

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 the ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when a mask test passes feature.
  • OFF disables the save source waveform(s) when a mask test passes feature.
  • <NR1> is a number that enables or disables the save 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 the ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when a mask test passes feature.
  • OFF disables the save source waveform(s) when a mask test passes feature.
  • <NR1> is a number that enables or disables the save 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 the ACTONEVent:MASKPass:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKPass:ACTION:SRQ:STATE command.

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 the ACTONEVent:MASKPass:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKPass:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when a mask passes feature.
  • OFF disables the generate an SRQ event when a mask passes feature.
  • <NR1> is a number that enables or disables the generate an SRQ event when a mask 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 the ACTONEVent:MASKPass:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKPass:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when a mask passes feature.
  • OFF disables the generate an SRQ event when a mask passes feature.
  • <NR1> is a number that enables or disables the generate an SRQ event when a mask 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 the ACTONEVent:MASKPass:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MASKPass:ACTION:STOPACQ:STATE command.

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 the ACTONEVent:MASKPass:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKPass:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when a mask test passes feature.
  • OFF disables the stop acquisitions 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 the ACTONEVent:MASKPass:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MASKPass:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MASKPass:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MASKPass:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when a mask test passes feature.
  • OFF disables the stop acquisitions 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 the ACTONEVent:MEASUrement? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement? query and raise an AssertionError if the returned value does not match value.
Properties
  • .action: The ACTONEVent:MEASUrement:ACTION command tree.

action property

Return the ACTONEVent:MEASUrement:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MEASUrement:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .saveimage: The ACTONEVent:MEASUrement:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:MEASUrement:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:MEASUrement:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:MEASUrement:ACTION:STOPACQ command tree.

ActoneventMeasurementAction

Bases: SCPICmdRead

The ACTONEVent:MEASUrement:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MEASUrement:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION? query and raise an AssertionError if the returned value does not match value.
Properties
  • .saveimage: The ACTONEVent:MEASUrement:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:MEASUrement:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:MEASUrement:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:MEASUrement:ACTION:STOPACQ command tree.

saveimage property

Return the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE command.

savewaveform property

Return the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE command.

srq property

Return the ACTONEVent:MEASUrement:ACTION:SRQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MEASUrement:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MEASUrement:ACTION:SRQ:STATE command.

stopacq property

Return the ACTONEVent:MEASUrement:ACTION:STOPACQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MEASUrement:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE command.

ActoneventMeasurementActionSaveimage

Bases: SCPICmdRead

The ACTONEVent:MEASUrement:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE command.

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 the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when the measurement limit is exceeded feature.
  • OFF disables 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 the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when the measurement limit is exceeded feature.
  • OFF disables 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 the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE command.

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 the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when the measurement limit is exceeded feature.
  • OFF disables 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 the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when the measurement limit is exceeded feature.
  • OFF disables 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 the ACTONEVent:MEASUrement:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MEASUrement:ACTION:SRQ:STATE command.

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 the ACTONEVent:MEASUrement:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MEASUrement:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when any measurement triggers the user-defined measurement limits feature.
  • OFF disables 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 the ACTONEVent:MEASUrement:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MEASUrement:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when any measurement triggers the user-defined measurement limits feature.
  • OFF disables 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 the ACTONEVent:MEASUrement:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE command.

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 the ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when the measurement limit is exceeded feature.
  • OFF disables 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 the ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:MEASUrement:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when the measurement limit is exceeded feature.
  • OFF disables 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 the ACTONEVent:SEARCH? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH? query and raise an AssertionError if the returned value does not match value.
Properties
  • .action: The ACTONEVent:SEARCH:ACTION command tree.

action property

Return the ACTONEVent:SEARCH:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:SEARCH:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .saveimage: The ACTONEVent:SEARCH:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:SEARCH:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:SEARCH:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:SEARCH:ACTION:STOPACQ command tree.

ActoneventSearchAction

Bases: SCPICmdRead

The ACTONEVent:SEARCH:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:SEARCH:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION? query and raise an AssertionError if the returned value does not match value.
Properties
  • .saveimage: The ACTONEVent:SEARCH:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:SEARCH:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:SEARCH:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:SEARCH:ACTION:STOPACQ command tree.

saveimage property

Return the ACTONEVent:SEARCH:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:SEARCH:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE command.

savewaveform property

Return the ACTONEVent:SEARCH:ACTION:SAVEWAVEform command tree.

Usage
  • Using the .query() method will send the ACTONEVent:SEARCH:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE command.

srq property

Return the ACTONEVent:SEARCH:ACTION:SRQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:SEARCH:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:SEARCH:ACTION:SRQ:STATE command.

stopacq property

Return the ACTONEVent:SEARCH:ACTION:STOPACQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:SEARCH:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:SEARCH:ACTION:STOPACQ:STATE command.

ActoneventSearchActionSaveimage

Bases: SCPICmdRead

The ACTONEVent:SEARCH:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:SEARCH:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE command.

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 the ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when a search event is found feature.
  • OFF disables 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 the ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture when a search event is found feature.
  • OFF disables 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 the ACTONEVent:SEARCH:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE command.

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 the ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when a search event is found feature.
  • OFF disables 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 the ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) when a search event is found feature.
  • OFF disables 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 the ACTONEVent:SEARCH:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:SEARCH:ACTION:SRQ:STATE command.

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 the ACTONEVent:SEARCH:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:SEARCH:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when any search event is found feature.
  • OFF disables 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 the ACTONEVent:SEARCH:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:SEARCH:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when any search event is found feature.
  • OFF disables 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 the ACTONEVent:SEARCH:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:SEARCH:ACTION:STOPACQ:STATE command.

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 the ACTONEVent:SEARCH:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:SEARCH:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when a search event is found feature.
  • OFF disables 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 the ACTONEVent:SEARCH:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:SEARCH:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:SEARCH:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:SEARCH:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions when a search event is found feature.
  • OFF disables 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 the ACTONEVent:TRIGger? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger? query and raise an AssertionError if the returned value does not match value.
Properties
  • .action: The ACTONEVent:TRIGger:ACTION command tree.

action property

Return the ACTONEVent:TRIGger:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .saveimage: The ACTONEVent:TRIGger:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:TRIGger:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:TRIGger:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:TRIGger:ACTION:STOPACQ command tree.

ActoneventTriggerAction

Bases: SCPICmdRead

The ACTONEVent:TRIGger:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION? query and raise an AssertionError if the returned value does not match value.
Properties
  • .saveimage: The ACTONEVent:TRIGger:ACTION:SAVEIMAGe command tree.
  • .savewaveform: The ACTONEVent:TRIGger:ACTION:SAVEWAVEform command tree.
  • .srq: The ACTONEVent:TRIGger:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:TRIGger:ACTION:STOPACQ command tree.

saveimage property

Return the ACTONEVent:TRIGger:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE command.

savewaveform property

Return the ACTONEVent:TRIGger:ACTION:SAVEWAVEform command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE command.

srq property

Return the ACTONEVent:TRIGger:ACTION:SRQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:TRIGger:ACTION:SRQ:STATE command.

stopacq property

Return the ACTONEVent:TRIGger:ACTION:STOPACQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The ACTONEVent:TRIGger:ACTION:STOPACQ:STATE command.

ActoneventTriggerActionSaveimage

Bases: SCPICmdRead

The ACTONEVent:TRIGger:ACTION:SAVEIMAGe command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION:SAVEIMAGe? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEIMAGe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE command.

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 the ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture on a trigger event feature.
  • OFF disables 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 the ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE value command.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SAVEIMAGe:STATE?
Info
  • ON enables the save screen capture on a trigger event feature.
  • OFF disables 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 the ACTONEVent:TRIGger:ACTION:SAVEWAVEform? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE command.

state property

Return the ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE command.

Description
  • This command saves the user set source waveform(s) 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 SAVEON:WAVEFORM (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) on a trigger event feature.
  • OFF disables the save source waveform(s) on a trigger event feature.
  • <NR1> is a number that enables or disables the save source waveform(s) on a trigger event feature. The number zero disables the feature, all other numbers 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 from a single sequence or sequence of N acquisition. Each acquisition in the sequence of N will perform a save operation. This command replaces SAVEON:WAVEFORM (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE value command.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SAVEWAVEform:STATE?
Info
  • ON enables the save source waveform(s) on a trigger event feature.
  • OFF disables the save source waveform(s) on a trigger event feature.
  • <NR1> is a number that enables or disables the save source waveform(s) on a trigger event feature. The number zero disables the feature, all other numbers enable the feature.

ActoneventTriggerActionSrq

Bases: SCPICmdRead

The ACTONEVent:TRIGger:ACTION:SRQ command tree.

Usage
  • Using the .query() method will send the ACTONEVent:TRIGger:ACTION:SRQ? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SRQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:TRIGger:ACTION:SRQ:STATE command.

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 the ACTONEVent:TRIGger:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:TRIGger:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when a trigger event occurs feature.
  • OFF disables 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 the ACTONEVent:TRIGger:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:SRQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:TRIGger:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:SRQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:SRQ:STATE?
Info
  • ON enables the generate an SRQ event when a trigger event occurs feature.
  • OFF disables 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 the ACTONEVent:TRIGger:ACTION:STOPACQ? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:STOPACQ? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The ACTONEVent:TRIGger:ACTION:STOPACQ:STATE command.

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 the ACTONEVent:TRIGger:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:TRIGger:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions on a trigger event feature.
  • OFF disables 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 the ACTONEVent:TRIGger:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:TRIGger:ACTION:STOPACQ:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:TRIGger:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE {ON|OFF|<NR1>}
- ACTONEVent:TRIGger:ACTION:STOPACQ:STATE?
Info
  • ON enables the stop acquisitions on a trigger event feature.
  • OFF disables 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.