event
¶
The event commands module.
These commands are used in the following models: AWG5K, AWG5KC, AWG7K, AWG7KC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- EVENt:IMMediate
- EVENt:IMPedance <ohms>
- EVENt:IMPedance?
- EVENt:JTIMing <jump_type>
- EVENt:JTIMing?
- EVENt:LEVel <level>
- EVENt:LEVel?
- EVENt:POLarity {POSitive|NEGative}
- EVENt:POLarity?
Event
¶
Bases: SCPICmdRead
The EVENt command tree.
Usage
- Using the
.query()method will send theEVENt?query. - Using the
.verify(value)method will send theEVENt?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.impedance: TheEVENt:IMPedancecommand..jtiming: TheEVENt:JTIMingcommand..level: TheEVENt:LEVelcommand..polarity: TheEVENt:POLaritycommand..immediate: TheEVENt:IMMediatecommand.
immediate
property
¶
immediate: EventImmediate
Return the EVENt:IMMediate command.
Description
- This command generates a forced event. This is used to generate the event when the
sequence is waiting for an event jump (See
SEQUENCE:ELEMENTN:JTARGET:TYPE). This is equivalent to pressing the Force Event button on the front panel of the instrument.
Usage
- Using the
.write()method will send theEVENt:IMMediatecommand.
SCPI Syntax
- EVENt:IMMediate
impedance
property
¶
impedance: EventImpedance
Return the EVENt:IMPedance command.
Description
- This command and query sets or returns the impedance of the external event input. Valid values are 50 ohm or 1 kohm.
Usage
- Using the
.query()method will send theEVENt:IMPedance?query. - Using the
.verify(value)method will send theEVENt:IMPedance?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEVENt:IMPedance valuecommand.
SCPI Syntax
- EVENt:IMPedance <ohms>
- EVENt:IMPedance?
Info
<ohms>::=.
jtiming
property
¶
jtiming: EventJtiming
Return the EVENt:JTIMing command.
Description
- This command and query sets or returns the jump timing. Refer to the User Online Help for more information on jump timing.
Usage
- Using the
.query()method will send theEVENt:JTIMing?query. - Using the
.verify(value)method will send theEVENt:JTIMing?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEVENt:JTIMing valuecommand.
SCPI Syntax
- EVENt:JTIMing <jump_type>
- EVENt:JTIMing?
Info
<jump_type>::={SYNChronous|ASYNchronous}.SYNChronousindicates jump occurs immediately.ASYNchronousindicates jump occurs after the signal generation is finished.
level
property
¶
level: EventLevel
Return the EVENt:LEVel command.
Description
- This command and query sets or returns the event level.
Usage
- Using the
.query()method will send theEVENt:LEVel?query. - Using the
.verify(value)method will send theEVENt:LEVel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEVENt:LEVel valuecommand.
SCPI Syntax
- EVENt:LEVel <level>
- EVENt:LEVel?
Info
<level>::=.
polarity
property
¶
polarity: EventPolarity
Return the EVENt:POLarity command.
Description
- This command and query sets or returns the polarity of event signal. The Event Jump is the function to change the sequencing of the waveform by an event signal.
Usage
- Using the
.query()method will send theEVENt:POLarity?query. - Using the
.verify(value)method will send theEVENt:POLarity?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEVENt:POLarity valuecommand.
SCPI Syntax
- EVENt:POLarity {POSitive|NEGative}
- EVENt:POLarity?
Info
POSitiveindicates that event jump occurs when the instrument receives a positive pulse.NEGativeindicates that event jump occurs when the instrument receives a negative pulse.
EventImmediate
¶
Bases: SCPICmdWriteNoArguments
The EVENt:IMMediate command.
Description
- This command generates a forced event. This is used to generate the event when the
sequence is waiting for an event jump (See
SEQUENCE:ELEMENTN:JTARGET:TYPE). This is equivalent to pressing the Force Event button on the front panel of the instrument.
Usage
- Using the
.write()method will send theEVENt:IMMediatecommand.
SCPI Syntax
- EVENt:IMMediate
EventImpedance
¶
Bases: SCPICmdWrite, SCPICmdRead
The EVENt:IMPedance command.
Description
- This command and query sets or returns the impedance of the external event input. Valid values are 50 ohm or 1 kohm.
Usage
- Using the
.query()method will send theEVENt:IMPedance?query. - Using the
.verify(value)method will send theEVENt:IMPedance?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEVENt:IMPedance valuecommand.
SCPI Syntax
- EVENt:IMPedance <ohms>
- EVENt:IMPedance?
Info
<ohms>::=.
EventJtiming
¶
Bases: SCPICmdWrite, SCPICmdRead
The EVENt:JTIMing command.
Description
- This command and query sets or returns the jump timing. Refer to the User Online Help for more information on jump timing.
Usage
- Using the
.query()method will send theEVENt:JTIMing?query. - Using the
.verify(value)method will send theEVENt:JTIMing?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEVENt:JTIMing valuecommand.
SCPI Syntax
- EVENt:JTIMing <jump_type>
- EVENt:JTIMing?
Info
<jump_type>::={SYNChronous|ASYNchronous}.SYNChronousindicates jump occurs immediately.ASYNchronousindicates jump occurs after the signal generation is finished.
EventLevel
¶
Bases: SCPICmdWrite, SCPICmdRead
The EVENt:LEVel command.
Description
- This command and query sets or returns the event level.
Usage
- Using the
.query()method will send theEVENt:LEVel?query. - Using the
.verify(value)method will send theEVENt:LEVel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEVENt:LEVel valuecommand.
SCPI Syntax
- EVENt:LEVel <level>
- EVENt:LEVel?
Info
<level>::=.
EventPolarity
¶
Bases: SCPICmdWrite, SCPICmdRead
The EVENt:POLarity command.
Description
- This command and query sets or returns the polarity of event signal. The Event Jump is the function to change the sequencing of the waveform by an event signal.
Usage
- Using the
.query()method will send theEVENt:POLarity?query. - Using the
.verify(value)method will send theEVENt:POLarity?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theEVENt:POLarity valuecommand.
SCPI Syntax
- EVENt:POLarity {POSitive|NEGative}
- EVENt:POLarity?
Info
POSitiveindicates that event jump occurs when the instrument receives a positive pulse.NEGativeindicates that event jump occurs when the instrument receives a negative pulse.