actonevent

The actonevent commands module.

These commands are used in the following models: DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- ACTONEVent:ACTION:AUXOUT:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:AUXOUT:STATE?
- ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess <QString>
- ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess?
- ACTONEVent:ACTION:EMAIL:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:EMAIL:STATE?
- ACTONEVent:ACTION:PRINT:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:PRINT:STATE?
- ACTONEVent:ACTION:SAVEIMAGE:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SAVEIMAGE:STATE?
- ACTONEVent:ACTION:SAVEWFM:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SAVEWFM:STATE?
- ACTONEVent:ACTION:SRQ:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SRQ:STATE?
- ACTONEVent:ACTION:STOPACQ:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:STOPACQ:STATE?
- ACTONEVent:ACTION:VISUAL:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:VISUAL:STATE?
- ACTONEVent:EVENTTYPe <NONe|TRIGger|ACQCOMPLete>
- ACTONEVent:EVENTTYPe?
- ACTONEVent:NUMACQs <NR1>
- ACTONEVent:NUMACQs?
- ACTONEVent:REPEATCount <NR1>
- ACTONEVent:REPEATCount?

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
  • .action: The ACTONEVent:ACTION command tree.
  • .eventtype: The ACTONEVent:EVENTTYPe command.
  • .numacqs: The ACTONEVent:NUMACQs command.
  • .repeatcount: The ACTONEVent:REPEATCount command.

action property

Return the ACTONEVent:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .auxout: The ACTONEVent:ACTION:AUXOUT command tree.
  • .email: The ACTONEVent:ACTION:EMAIL command tree.
  • .print: The ACTONEVent:ACTION:PRINT command tree.
  • .saveimage: The ACTONEVent:ACTION:SAVEIMAGE command tree.
  • .savewfm: The ACTONEVent:ACTION:SAVEWFM command tree.
  • .srq: The ACTONEVent:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:ACTION:STOPACQ command tree.
  • .visual: The ACTONEVent:ACTION:VISUAL command tree.

eventtype property

Return the ACTONEVent:EVENTTYPe command.

Description
  • Specifies (or queries) which event to act on (TRIGger, ACQCOMPLete, or NONe) when using an Act on Event command. The default is NONe. To specify the action to take, use the ACTONEVent:ACTION commands.
Usage
  • Using the .query() method will send the ACTONEVent:EVENTTYPe? query.
  • Using the .verify(value) method will send the ACTONEVent:EVENTTYPe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:EVENTTYPe value command.
SCPI Syntax
- ACTONEVent:EVENTTYPe <NONe|TRIGger|ACQCOMPLete>
- ACTONEVent:EVENTTYPe?
Info
  • NONe no event (this is the default).
  • TRIGger specifies to act when a trigger occurs.
  • ACQCOMPLete specifies to act when acquisition completes.

numacqs property

Return the ACTONEVent:NUMACQs command.

Description
  • Sets (or queries) the number of acquisitions to complete for the event type ACQCOMPLete. The default is 1 acquisition.
Usage
  • Using the .query() method will send the ACTONEVent:NUMACQs? query.
  • Using the .verify(value) method will send the ACTONEVent:NUMACQs? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:NUMACQs value command.
SCPI Syntax
- ACTONEVent:NUMACQs <NR1>
- ACTONEVent:NUMACQs?

repeatcount property

repeatcount: ActoneventRepeatcount

Return the ACTONEVent:REPEATCount command.

Description
  • Sets or returns the number of events to run.
Usage
  • Using the .query() method will send the ACTONEVent:REPEATCount? query.
  • Using the .verify(value) method will send the ACTONEVent:REPEATCount? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:REPEATCount value command.
SCPI Syntax
- ACTONEVent:REPEATCount <NR1>
- ACTONEVent:REPEATCount?
Info
  • NR1 is an integer that specifies the number of events to run. The default is 1 event and the maximum is 1000000 events. A repeat count greater than 1000000 specifies to run forever. In this case, the action on event can be terminated by setting the state for all actions to OFF. When the repeat count is set to infinite, the query returns 9.9E+37 (IEEE positive infinity).

ActoneventAction

Bases: SCPICmdRead

The ACTONEVent:ACTION command tree.

Usage
  • Using the .query() method will send the ACTONEVent:ACTION? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION? query and raise an AssertionError if the returned value does not match value.
Properties
  • .auxout: The ACTONEVent:ACTION:AUXOUT command tree.
  • .email: The ACTONEVent:ACTION:EMAIL command tree.
  • .print: The ACTONEVent:ACTION:PRINT command tree.
  • .saveimage: The ACTONEVent:ACTION:SAVEIMAGE command tree.
  • .savewfm: The ACTONEVent:ACTION:SAVEWFM command tree.
  • .srq: The ACTONEVent:ACTION:SRQ command tree.
  • .stopacq: The ACTONEVent:ACTION:STOPACQ command tree.
  • .visual: The ACTONEVent:ACTION:VISUAL command tree.

auxout property

Return the ACTONEVent:ACTION:AUXOUT command tree.

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

email property

Return the ACTONEVent:ACTION:EMAIL command tree.

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

print property

Return the ACTONEVent:ACTION:PRINT command tree.

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

saveimage property

Return the ACTONEVent:ACTION:SAVEIMAGE command tree.

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

savewfm property

Return the ACTONEVent:ACTION:SAVEWFM command tree.

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

srq property

Return the ACTONEVent:ACTION:SRQ command tree.

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

stopacq property

Return the ACTONEVent:ACTION:STOPACQ command tree.

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

visual property

Return the ACTONEVent:ACTION:VISUAL command tree.

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

ActoneventActionAuxout

Bases: SCPICmdRead

The ACTONEVent:ACTION:AUXOUT command tree.

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

state property

Return the ACTONEVent:ACTION:AUXOUT:STATE command.

Description
  • Sends a pulse to the Auxiliary Out port when a specified event occurs, or queries the state of the ‘pulse to aux out’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:AUXOUT:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:AUXOUT:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:AUXOUT:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:AUXOUT:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:AUXOUT:STATE?
Info
  • 1, ON sends a pulse to the Auxiliary Out port when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionAuxoutState

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:AUXOUT:STATE command.

Description
  • Sends a pulse to the Auxiliary Out port when a specified event occurs, or queries the state of the ‘pulse to aux out’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:AUXOUT:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:AUXOUT:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:AUXOUT:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:AUXOUT:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:AUXOUT:STATE?
Info
  • 1, ON sends a pulse to the Auxiliary Out port when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionEmail

Bases: SCPICmdRead

The ACTONEVent:ACTION:EMAIL command tree.

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

setup property

Return the ACTONEVent:ACTION:EMAIL:SETUp command tree.

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

state property

Return the ACTONEVent:ACTION:EMAIL:STATE command.

Description
  • Sends an email when a specified event occurs, or queries the state of the ‘send email’ action. The default state is 0 (off). To specify an email address for the recipient, use the command ACTONEVENT:ACTION:EMAIL:SETUP:TOADDRESS To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:EMAIL:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:EMAIL:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:EMAIL:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:EMAIL:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:EMAIL:STATE?
Info
  • 1, ON sends an email when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionEmailSetup

Bases: SCPICmdRead

The ACTONEVent:ACTION:EMAIL:SETUp command tree.

Usage
  • Using the .query() method will send the ACTONEVent:ACTION:EMAIL:SETUp? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:EMAIL:SETUp? query and raise an AssertionError if the returned value does not match value.
Properties
  • .toaddress: The ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess command.

toaddress property

Return the ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess command.

Description
  • Sets (or queries) the email address for the recipient when the ACTONEVENT:ACTION:EMAIL:STATE command is used. To set up the email address for the sender, use EMAIL:SETUP:FROMADDRESS.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess value command.
SCPI Syntax
- ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess <QString>
- ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess?

ActoneventActionEmailSetupToaddress

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess command.

Description
  • Sets (or queries) the email address for the recipient when the ACTONEVENT:ACTION:EMAIL:STATE command is used. To set up the email address for the sender, use EMAIL:SETUP:FROMADDRESS.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess value command.
SCPI Syntax
- ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess <QString>
- ACTONEVent:ACTION:EMAIL:SETUp:TOADDRess?

ActoneventActionEmailState

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:EMAIL:STATE command.

Description
  • Sends an email when a specified event occurs, or queries the state of the ‘send email’ action. The default state is 0 (off). To specify an email address for the recipient, use the command ACTONEVENT:ACTION:EMAIL:SETUP:TOADDRESS To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:EMAIL:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:EMAIL:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:EMAIL:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:EMAIL:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:EMAIL:STATE?
Info
  • 1, ON sends an email when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionPrint

Bases: SCPICmdRead

The ACTONEVent:ACTION:PRINT command tree.

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

state property

Return the ACTONEVent:ACTION:PRINT:STATE command.

Description
  • Sends a screen image to a printer when a specified event occurs, or queries the state of the ‘send screen image’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:PRINT:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:PRINT:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:PRINT:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:PRINT:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:PRINT:STATE?
Info
  • 1, ON sends a screen image to the printer when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionPrintState

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:PRINT:STATE command.

Description
  • Sends a screen image to a printer when a specified event occurs, or queries the state of the ‘send screen image’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:PRINT:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:PRINT:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:PRINT:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:PRINT:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:PRINT:STATE?
Info
  • 1, ON sends a screen image to the printer when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionSaveimage

Bases: SCPICmdRead

The ACTONEVent:ACTION:SAVEIMAGE command tree.

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

state property

Return the ACTONEVent:ACTION:SAVEIMAGE:STATE command.

Description
  • Saves a screen image to file when a specified event occurs, or queries the state of the ‘save screen image to a file’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:SAVEIMAGE:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent: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:ACTION:SAVEIMAGE:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:SAVEIMAGE:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SAVEIMAGE:STATE?
Info
  • 1, ON saves a screen image to a file when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionSaveimageState

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:SAVEIMAGE:STATE command.

Description
  • Saves a screen image to file when a specified event occurs, or queries the state of the ‘save screen image to a file’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:SAVEIMAGE:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent: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:ACTION:SAVEIMAGE:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:SAVEIMAGE:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SAVEIMAGE:STATE?
Info
  • 1, ON saves a screen image to a file when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionSavewfm

Bases: SCPICmdRead

The ACTONEVent:ACTION:SAVEWFM command tree.

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

state property

Return the ACTONEVent:ACTION:SAVEWFM:STATE command.

Description
  • Saves the currently selected waveform data to a file when a specified event occurs, or queries the state of the ‘save waveform to file’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:SAVEWFM:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:SAVEWFM:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:SAVEWFM:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:SAVEWFM:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SAVEWFM:STATE?
Info
  • 1, ON saves the waveform to a file when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionSavewfmState

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:SAVEWFM:STATE command.

Description
  • Saves the currently selected waveform data to a file when a specified event occurs, or queries the state of the ‘save waveform to file’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:SAVEWFM:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:SAVEWFM:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:SAVEWFM:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:SAVEWFM:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SAVEWFM:STATE?
Info
  • 1, ON saves the waveform to a file when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionSrq

Bases: SCPICmdRead

The ACTONEVent:ACTION:SRQ command tree.

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

state property

Return the ACTONEVent:ACTION:SRQ:STATE command.

Description
  • Sets or returns the enabled state of the generate service request (SRQ) action when a specified event occurs. The default state is 0. When this control is set, the instrument will set the OPC bit (bit 0) in the SESR (Standard Events Status Register) when the specified event occurs. In order to generate a service request interrupt (SRQ), the SRER (Service Request Enable Register), DESER (Device Event Status Enable Register), and the ESER (Event Status Enable Register) must be set appropriately as described in the programmer manual Synchronization Methods section. Upon completion of the mask test, event code 2600 (‘Mask testing complete’) is queued to the event queue. To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent: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:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:SRQ:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SRQ:STATE?
Info
  • 1, ON generates an SRQ when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionSrqState

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:SRQ:STATE command.

Description
  • Sets or returns the enabled state of the generate service request (SRQ) action when a specified event occurs. The default state is 0. When this control is set, the instrument will set the OPC bit (bit 0) in the SESR (Standard Events Status Register) when the specified event occurs. In order to generate a service request interrupt (SRQ), the SRER (Service Request Enable Register), DESER (Device Event Status Enable Register), and the ESER (Event Status Enable Register) must be set appropriately as described in the programmer manual Synchronization Methods section. Upon completion of the mask test, event code 2600 (‘Mask testing complete’) is queued to the event queue. To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:SRQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent: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:ACTION:SRQ:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:SRQ:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:SRQ:STATE?
Info
  • 1, ON generates an SRQ when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionStopacq

Bases: SCPICmdRead

The ACTONEVent:ACTION:STOPACQ command tree.

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

state property

Return the ACTONEVent:ACTION:STOPACQ:STATE command.

Description
  • Stops acquisitions when a specified event occurs, or queries the state of the ‘stop acquisition’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent: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:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:STOPACQ:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:STOPACQ:STATE?
Info
  • 1, ON stops acquisitions when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionStopacqState

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:STOPACQ:STATE command.

Description
  • Stops acquisitions when a specified event occurs, or queries the state of the ‘stop acquisition’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:STOPACQ:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent: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:ACTION:STOPACQ:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:STOPACQ:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:STOPACQ:STATE?
Info
  • 1, ON stops acquisitions when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionVisual

Bases: SCPICmdRead

The ACTONEVent:ACTION:VISUAL command tree.

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

state property

Return the ACTONEVent:ACTION:VISUAL:STATE command.

Description
  • Displays a visual notification when a specified event occurs, or queries the state of the ‘display a visual notification’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:VISUAL:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:VISUAL:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:VISUAL:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:VISUAL:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:VISUAL:STATE?
Info
  • 1, ON displays a visual notification when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventActionVisualState

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:ACTION:VISUAL:STATE command.

Description
  • Displays a visual notification when a specified event occurs, or queries the state of the ‘display a visual notification’ action. The default state is 0 (off). To specify an event, use the command ACTONEVENT:EVENTTYPE.
Usage
  • Using the .query() method will send the ACTONEVent:ACTION:VISUAL:STATE? query.
  • Using the .verify(value) method will send the ACTONEVent:ACTION:VISUAL:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:ACTION:VISUAL:STATE value command.
SCPI Syntax
- ACTONEVent:ACTION:VISUAL:STATE <0|1|OFF|ON>
- ACTONEVent:ACTION:VISUAL:STATE?
Info
  • 1, ON displays a visual notification when the specified event occurs.
  • 0, OFF turns off this action.

ActoneventEventtype

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:EVENTTYPe command.

Description
  • Specifies (or queries) which event to act on (TRIGger, ACQCOMPLete, or NONe) when using an Act on Event command. The default is NONe. To specify the action to take, use the ACTONEVent:ACTION commands.
Usage
  • Using the .query() method will send the ACTONEVent:EVENTTYPe? query.
  • Using the .verify(value) method will send the ACTONEVent:EVENTTYPe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:EVENTTYPe value command.
SCPI Syntax
- ACTONEVent:EVENTTYPe <NONe|TRIGger|ACQCOMPLete>
- ACTONEVent:EVENTTYPe?
Info
  • NONe no event (this is the default).
  • TRIGger specifies to act when a trigger occurs.
  • ACQCOMPLete specifies to act when acquisition completes.

ActoneventNumacqs

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:NUMACQs command.

Description
  • Sets (or queries) the number of acquisitions to complete for the event type ACQCOMPLete. The default is 1 acquisition.
Usage
  • Using the .query() method will send the ACTONEVent:NUMACQs? query.
  • Using the .verify(value) method will send the ACTONEVent:NUMACQs? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:NUMACQs value command.
SCPI Syntax
- ACTONEVent:NUMACQs <NR1>
- ACTONEVent:NUMACQs?

ActoneventRepeatcount

Bases: SCPICmdWrite, SCPICmdRead

The ACTONEVent:REPEATCount command.

Description
  • Sets or returns the number of events to run.
Usage
  • Using the .query() method will send the ACTONEVent:REPEATCount? query.
  • Using the .verify(value) method will send the ACTONEVent:REPEATCount? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ACTONEVent:REPEATCount value command.
SCPI Syntax
- ACTONEVent:REPEATCount <NR1>
- ACTONEVent:REPEATCount?
Info
  • NR1 is an integer that specifies the number of events to run. The default is 1 event and the maximum is 1000000 events. A repeat count greater than 1000000 specifies to run forever. In this case, the action on event can be terminated by setting the state for all actions to OFF. When the repeat count is set to infinite, the query returns 9.9E+37 (IEEE positive infinity).