actonevent
¶
The actonevent commands module.
These commands are used in the following models: TekScopePC
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:NUMSAVEs?
- ACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE?
- ACTONEVent:TIMER:ACTION:SAVETable:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVETable:STATE?
- ACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE?
- ACTONEVent:TIMERCount <NR1>
- ACTONEVent:TIMERCount?
- ACTONEVent:TIMERInterval <NR1>
- ACTONEVent:TIMERInterval?
- ACTONEVent:Type?
Actonevent
¶
Bases: SCPICmdRead
The ACTONEVent command tree.
Usage
- Using the
.query()method will send theACTONEVent?query. - Using the
.verify(value)method will send theACTONEVent?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheACTONEVent:ENablecommand..numsaves: TheACTONEVent:NUMSAVEscommand..timer: TheACTONEVent:TIMERcommand tree..timercount: TheACTONEVent:TIMERCountcommand..timerinterval: TheACTONEVent:TIMERIntervalcommand..type: TheACTONEVent:Typecommand.
enable
property
¶
enable: ActoneventEnable
Return the ACTONEVent:ENable command.
Description
- This command enables or disables actions on event (AOE). If AOE saves are limited and the limit has been reached, this parameter will disable AOE.
Usage
- Using the
.query()method will send theACTONEVent:ENable?query. - Using the
.verify(value)method will send theACTONEVent:ENable?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:ENable valuecommand.
SCPI Syntax
- ACTONEVent:ENable <NR1>
- ACTONEVent:ENable?
Info
<NR1>is a number that enables or disables actions on event. The number zero disables the feature and the number one enables the feature.
numsaves
property
¶
numsaves: ActoneventNumsaves
Return the ACTONEVent:NUMSAVEs command.
Description
- This command returns the number of saves completed for save on event timer type.
Usage
- Using the
.query()method will send theACTONEVent:NUMSAVEs?query. - Using the
.verify(value)method will send theACTONEVent:NUMSAVEs?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACTONEVent:NUMSAVEs?
timer
property
¶
timer: ActoneventTimer
Return the ACTONEVent:TIMER command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER?query. - Using the
.verify(value)method will send theACTONEVent:TIMER?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.action: TheACTONEVent:TIMER:ACTIONcommand tree.
timercount
property
¶
timercount: ActoneventTimercount
Return the ACTONEVent:TIMERCount command.
Description
- This command sets or queries the save on event timer count. The
ACTONEVent:ENablemust be enabled.
Usage
- Using the
.query()method will send theACTONEVent:TIMERCount?query. - Using the
.verify(value)method will send theACTONEVent:TIMERCount?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMERCount valuecommand.
SCPI Syntax
- ACTONEVent:TIMERCount <NR1>
- ACTONEVent:TIMERCount?
Info
<NR1>sets the number of allowed saves for the act on event feature. The number must be a positive integer.
timerinterval
property
¶
timerinterval: ActoneventTimerinterval
Return the ACTONEVent:TIMERInterval command.
Description
- This command sets or queries the amount of time, in seconds, to wait for act on event timer event to trigger. The time can range from a minimum of 10 seconds to a maximum of 100 seconds. The default is 30 seconds
Usage
- Using the
.query()method will send theACTONEVent:TIMERInterval?query. - Using the
.verify(value)method will send theACTONEVent:TIMERInterval?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMERInterval valuecommand.
SCPI Syntax
- ACTONEVent:TIMERInterval <NR1>
- ACTONEVent:TIMERInterval?
Info
<NR1>is the amount of time, in seconds, to wait for act on event timer event to trigger.
type
property
¶
type: ActoneventType
Return the ACTONEVent:Type command.
Description
- This command returns the act on event type.
Usage
- Using the
.query()method will send theACTONEVent:Type?query. - Using the
.verify(value)method will send theACTONEVent:Type?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACTONEVent:Type?
ActoneventEnable
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:ENable command.
Description
- This command enables or disables actions on event (AOE). If AOE saves are limited and the limit has been reached, this parameter will disable AOE.
Usage
- Using the
.query()method will send theACTONEVent:ENable?query. - Using the
.verify(value)method will send theACTONEVent:ENable?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:ENable valuecommand.
SCPI Syntax
- ACTONEVent:ENable <NR1>
- ACTONEVent:ENable?
Info
<NR1>is a number that enables or disables actions on event. The number zero disables the feature and the number one enables the feature.
ActoneventNumsaves
¶
Bases: SCPICmdRead
The ACTONEVent:NUMSAVEs command.
Description
- This command returns the number of saves completed for save on event timer type.
Usage
- Using the
.query()method will send theACTONEVent:NUMSAVEs?query. - Using the
.verify(value)method will send theACTONEVent:NUMSAVEs?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACTONEVent:NUMSAVEs?
ActoneventTimer
¶
Bases: SCPICmdRead
The ACTONEVent:TIMER command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER?query. - Using the
.verify(value)method will send theACTONEVent:TIMER?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.action: TheACTONEVent:TIMER:ACTIONcommand tree.
action
property
¶
action: ActoneventTimerAction
Return the ACTONEVent:TIMER:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.saveimage: TheACTONEVent:TIMER:ACTION:SAVEIMAGecommand tree..savetable: TheACTONEVent:TIMER:ACTION:SAVETablecommand tree..savewaveform: TheACTONEVent:TIMER:ACTION:SAVEWAVEformcommand tree.
ActoneventTimerAction
¶
Bases: SCPICmdRead
The ACTONEVent:TIMER:ACTION command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.saveimage: TheACTONEVent:TIMER:ACTION:SAVEIMAGecommand tree..savetable: TheACTONEVent:TIMER:ACTION:SAVETablecommand tree..savewaveform: TheACTONEVent:TIMER:ACTION:SAVEWAVEformcommand tree.
saveimage
property
¶
saveimage: ActoneventTimerActionSaveimage
Return the ACTONEVent:TIMER:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:TIMER:ACTION:SAVEIMAGe:STATEcommand.
savetable
property
¶
savetable: ActoneventTimerActionSavetable
Return the ACTONEVent:TIMER:ACTION:SAVETable command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVETable?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVETable?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:TIMER:ACTION:SAVETable:STATEcommand.
savewaveform
property
¶
savewaveform: ActoneventTimerActionSavewaveform
Return the ACTONEVent:TIMER:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheACTONEVent:TIMER:ACTION:SAVEWAVEform:STATEcommand.
ActoneventTimerActionSaveimage
¶
Bases: SCPICmdRead
The ACTONEVent:TIMER:ACTION:SAVEIMAGe command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:TIMER:ACTION:SAVEIMAGe:STATEcommand.
state
property
¶
Return the ACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when
:ACTONEVent:TIMERIntervalexpires.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when:ACTONEVent:TIMERIntervalexpires.OFFdisables the save screen capture when:ACTONEVent:TIMERIntervalexpires.<NR1>is a number that enables or disables the save screen capture:ACTONEVent:TIMERIntervalexpires. The number zero disables the feature, all other numbers enable the feature.
ActoneventTimerActionSaveimageState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE command.
Description
- This command saves a screen capture when
:ACTONEVent:TIMERIntervalexpires.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVEIMAGe:STATE?
Info
ONenables the save screen capture when:ACTONEVent:TIMERIntervalexpires.OFFdisables the save screen capture when:ACTONEVent:TIMERIntervalexpires.<NR1>is a number that enables or disables the save screen capture:ACTONEVent:TIMERIntervalexpires. The number zero disables the feature, all other numbers enable the feature.
ActoneventTimerActionSavetable
¶
Bases: SCPICmdRead
The ACTONEVent:TIMER:ACTION:SAVETable command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVETable?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVETable?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:TIMER:ACTION:SAVETable:STATEcommand.
state
property
¶
Return the ACTONEVent:TIMER:ACTION:SAVETable:STATE command.
Description
- This command saves a measurement results when
:ACTONEVent:TIMERIntervalexpires.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVETable:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVETable:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMER:ACTION:SAVETable:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TIMER:ACTION:SAVETable:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVETable:STATE?
Info
ONenables the save measurement results when:ACTONEVent:TIMERIntervalexpires.OFFdisables the save measurement results when:ACTONEVent:TIMERIntervalexpires.<NR1>is a number that enables or disables the save measurement results:ACTONEVent:TIMERIntervalexpires. The number zero disables the feature, all other numbers enable the feature.
ActoneventTimerActionSavetableState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TIMER:ACTION:SAVETable:STATE command.
Description
- This command saves a measurement results when
:ACTONEVent:TIMERIntervalexpires.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVETable:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVETable:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMER:ACTION:SAVETable:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TIMER:ACTION:SAVETable:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVETable:STATE?
Info
ONenables the save measurement results when:ACTONEVent:TIMERIntervalexpires.OFFdisables the save measurement results when:ACTONEVent:TIMERIntervalexpires.<NR1>is a number that enables or disables the save measurement results:ACTONEVent:TIMERIntervalexpires. The number zero disables the feature, all other numbers enable the feature.
ActoneventTimerActionSavewaveform
¶
Bases: SCPICmdRead
The ACTONEVent:TIMER:ACTION:SAVEWAVEform command tree.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheACTONEVent:TIMER:ACTION:SAVEWAVEform:STATEcommand.
state
property
¶
Return the ACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when
:ACTONEVent:TIMERIntervalexpires.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when:ACTONEVent:TIMERIntervalexpires.OFFdisables the save source waveform(s) when:ACTONEVent:TIMERIntervalexpires.<NR1>is a number that enables or disables the user set source waveform(s) when:ACTONEVent:TIMERIntervalexpires. The number zero disables the feature, all other numbers enable the feature.
ActoneventTimerActionSavewaveformState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE command.
Description
- This command saves the user set source waveform(s) when
:ACTONEVent:TIMERIntervalexpires.
Usage
- Using the
.query()method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE?query. - Using the
.verify(value)method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE valuecommand.
SCPI Syntax
- ACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE {ON|OFF|<NR1>}
- ACTONEVent:TIMER:ACTION:SAVEWAVEform:STATE?
Info
ONenables the save source waveform(s) when:ACTONEVent:TIMERIntervalexpires.OFFdisables the save source waveform(s) when:ACTONEVent:TIMERIntervalexpires.<NR1>is a number that enables or disables the user set source waveform(s) when:ACTONEVent:TIMERIntervalexpires. The number zero disables the feature, all other numbers enable the feature.
ActoneventTimercount
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TIMERCount command.
Description
- This command sets or queries the save on event timer count. The
ACTONEVent:ENablemust be enabled.
Usage
- Using the
.query()method will send theACTONEVent:TIMERCount?query. - Using the
.verify(value)method will send theACTONEVent:TIMERCount?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMERCount valuecommand.
SCPI Syntax
- ACTONEVent:TIMERCount <NR1>
- ACTONEVent:TIMERCount?
Info
<NR1>sets the number of allowed saves for the act on event feature. The number must be a positive integer.
ActoneventTimerinterval
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTONEVent:TIMERInterval command.
Description
- This command sets or queries the amount of time, in seconds, to wait for act on event timer event to trigger. The time can range from a minimum of 10 seconds to a maximum of 100 seconds. The default is 30 seconds
Usage
- Using the
.query()method will send theACTONEVent:TIMERInterval?query. - Using the
.verify(value)method will send theACTONEVent:TIMERInterval?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTONEVent:TIMERInterval valuecommand.
SCPI Syntax
- ACTONEVent:TIMERInterval <NR1>
- ACTONEVent:TIMERInterval?
Info
<NR1>is the amount of time, in seconds, to wait for act on event timer event to trigger.
ActoneventType
¶
Bases: SCPICmdRead
The ACTONEVent:Type command.
Description
- This command returns the act on event type.
Usage
- Using the
.query()method will send theACTONEVent:Type?query. - Using the
.verify(value)method will send theACTONEVent:Type?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACTONEVent:Type?