fastacq
¶
The fastacq commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- FASTAcq:HIACQRATE {ON|OFF|<NR1>}
- FASTAcq:HIACQRATE?
- FASTAcq:STATE {ON|OFF|<NR1>}
- FASTAcq:STATE?
- FASTAcq?
Fastacq
¶
Bases: SCPICmdRead
The FASTAcq command.
Description
- This query-only command returns the state of Fast Acquisitions. This command is equivalent to pressing the FASTACQ button on the front panel.
Usage
- Using the
.query()method will send theFASTAcq?query. - Using the
.verify(value)method will send theFASTAcq?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- FASTAcq?
Properties
.hiacqrate: TheFASTAcq:HIACQRATEcommand..state: TheFASTAcq:STATEcommand.
hiacqrate
property
¶
hiacqrate: FastacqHiacqrate
Return the FASTAcq:HIACQRATE command.
Description
- This command sets or queries the state of FastAcq optimization for capturing signal details with a higher sample rate.
Usage
- Using the
.query()method will send theFASTAcq:HIACQRATE?query. - Using the
.verify(value)method will send theFASTAcq:HIACQRATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theFASTAcq:HIACQRATE valuecommand.
SCPI Syntax
- FASTAcq:HIACQRATE {ON|OFF|<NR1>}
- FASTAcq:HIACQRATE?
Info
<NR1>= 0 sets FastAcq optimization for capturing signal details with a higher sample rate; any other value sets FastAcq optimization for capturing rare events with more acquisitions.OFFsets FastAcq optimization for capturing signal details with a higher sample rate.ONsets FastAcq optimization for capturing rare events with more acquisitions.
state
property
¶
state: FastacqState
Return the FASTAcq:STATE command.
Description
- This command sets or queries the state of Fast Acquisitions. This command is equivalent to the FASTACQ button on the front panel.
Usage
- Using the
.query()method will send theFASTAcq:STATE?query. - Using the
.verify(value)method will send theFASTAcq:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theFASTAcq:STATE valuecommand.
SCPI Syntax
- FASTAcq:STATE {ON|OFF|<NR1>}
- FASTAcq:STATE?
Info
<NR1>= 0 disables Fast Acquisitions mode; any other value enables Fast Acquisitions mode.ONenables Fast Acquisitions mode.OFFdisables Fast Acquisitions mode.
FastacqHiacqrate
¶
Bases: SCPICmdWrite, SCPICmdRead
The FASTAcq:HIACQRATE command.
Description
- This command sets or queries the state of FastAcq optimization for capturing signal details with a higher sample rate.
Usage
- Using the
.query()method will send theFASTAcq:HIACQRATE?query. - Using the
.verify(value)method will send theFASTAcq:HIACQRATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theFASTAcq:HIACQRATE valuecommand.
SCPI Syntax
- FASTAcq:HIACQRATE {ON|OFF|<NR1>}
- FASTAcq:HIACQRATE?
Info
<NR1>= 0 sets FastAcq optimization for capturing signal details with a higher sample rate; any other value sets FastAcq optimization for capturing rare events with more acquisitions.OFFsets FastAcq optimization for capturing signal details with a higher sample rate.ONsets FastAcq optimization for capturing rare events with more acquisitions.
FastacqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The FASTAcq:STATE command.
Description
- This command sets or queries the state of Fast Acquisitions. This command is equivalent to the FASTACQ button on the front panel.
Usage
- Using the
.query()method will send theFASTAcq:STATE?query. - Using the
.verify(value)method will send theFASTAcq:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theFASTAcq:STATE valuecommand.
SCPI Syntax
- FASTAcq:STATE {ON|OFF|<NR1>}
- FASTAcq:STATE?
Info
<NR1>= 0 disables Fast Acquisitions mode; any other value enables Fast Acquisitions mode.ONenables Fast Acquisitions mode.OFFdisables Fast Acquisitions mode.