wfmoutpre
¶
The wfmoutpre 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
- WFMOutpre:BIT_Nr <NR1>
- WFMOutpre:BIT_Nr?
- WFMOutpre:BN_Fmt {RI|RP|FP}
- WFMOutpre:BN_Fmt?
- WFMOutpre:BYT_Nr <NR1>
- WFMOutpre:BYT_Nr?
- WFMOutpre:BYT_Or {LSB|MSB}
- WFMOutpre:BYT_Or?
- WFMOutpre:ENCdg {ASCii|BINary}
- WFMOutpre:ENCdg?
- WFMOutpre:NR_FR?
- WFMOutpre:NR_Pt?
- WFMOutpre:PT_Fmt?
- WFMOutpre:PT_ORder?
- WFMOutpre:PT_Off?
- WFMOutpre:WFId?
- WFMOutpre:XINcr?
- WFMOutpre:XUNit?
- WFMOutpre:XZEro?
- WFMOutpre:YMUlt?
- WFMOutpre:YOFf?
- WFMOutpre:YUNit?
- WFMOutpre:YZEro?
- WFMOutpre?
Wfmoutpre
¶
Bases: SCPICmdRead
The WFMOutpre command.
Description
- This query-only command queries the waveform formatting data for the waveform specified by
the
DATA:SOURCEcommand. The preamble components are considered to be of two types; formatting and interpretation. The formatting components are: ENCdg,BN_Fmt,BYT_Or,BYT_Nr,BIT_Nr. The interpretation components are derived from theDATa:SOUrcespecified waveform.
Usage
- Using the
.query()method will send theWFMOutpre?query. - Using the
.verify(value)method will send theWFMOutpre?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre?
Properties
.bit_nr: TheWFMOutpre:BIT_Nrcommand..bn_fmt: TheWFMOutpre:BN_Fmtcommand..byt_nr: TheWFMOutpre:BYT_Nrcommand..byt_or: TheWFMOutpre:BYT_Orcommand..encdg: TheWFMOutpre:ENCdgcommand..nr_fr: TheWFMOutpre:NR_FRcommand..nr_pt: TheWFMOutpre:NR_Ptcommand..pt_fmt: TheWFMOutpre:PT_Fmtcommand..pt_order: TheWFMOutpre:PT_ORdercommand..pt_off: TheWFMOutpre:PT_Offcommand..wfid: TheWFMOutpre:WFIdcommand..xincr: TheWFMOutpre:XINcrcommand..xunit: TheWFMOutpre:XUNitcommand..xzero: TheWFMOutpre:XZErocommand..ymult: TheWFMOutpre:YMUltcommand..yoff: TheWFMOutpre:YOFfcommand..yunit: TheWFMOutpre:YUNitcommand..yzero: TheWFMOutpre:YZErocommand.
bit_nr
property
¶
bit_nr: WfmoutpreBitNr
Return the WFMOutpre:BIT_Nr command.
Description
- This command sets and queries the number of bits per waveform point that outgoing
waveforms contain, as specified by the
DATA:SOURCEcommand. Note that values will be constrained according to the underlying waveform data. This specification is only meaningful whenWFMOUTPRE:ENCDGis set to BIN andWFMOUTPRE:BN_FMTis set to either RI or RP.
Usage
- Using the
.query()method will send theWFMOutpre:BIT_Nr?query. - Using the
.verify(value)method will send theWFMOutpre:BIT_Nr?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:BIT_Nr valuecommand.
SCPI Syntax
- WFMOutpre:BIT_Nr <NR1>
- WFMOutpre:BIT_Nr?
Info
<NR1>number of bits per data point can be 8 or 16.
bn_fmt
property
¶
bn_fmt: WfmoutpreBnFmt
Return the WFMOutpre:BN_Fmt command.
Description
- This command sets or queries the format of binary data for outgoing waveforms
specified by the
DATA:SOURCEcommand.
Usage
- Using the
.query()method will send theWFMOutpre:BN_Fmt?query. - Using the
.verify(value)method will send theWFMOutpre:BN_Fmt?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:BN_Fmt valuecommand.
SCPI Syntax
- WFMOutpre:BN_Fmt {RI|RP|FP}
- WFMOutpre:BN_Fmt?
Info
RIspecifies signed integer data point representation.RPspecifies positive integer data point representation.FPspecifies floating point representation.
byt_nr
property
¶
byt_nr: WfmoutpreBytNr
Return the WFMOutpre:BYT_Nr command.
Description
- This command sets or queries the binary field data width (bytes per point) for the
waveform specified by the
DATA:SOURCEcommand. Note that values will be constrained according to the underlying waveform data. This specification is only meaningful whenWFMOUTPRE:ENCDGis set to BIN, andWFMOUTPRE:BN_FMTis set to either RI or RP.
Usage
- Using the
.query()method will send theWFMOutpre:BYT_Nr?query. - Using the
.verify(value)method will send theWFMOutpre:BYT_Nr?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:BYT_Nr valuecommand.
SCPI Syntax
- WFMOutpre:BYT_Nr <NR1>
- WFMOutpre:BYT_Nr?
Info
<NR1>is the number of bytes per data point and can be 1, 2 or 8. A value of 1 or 2 bytes per waveform point indicates channel data; 8 bytes per waveform point indicate pixel map (fast acquisition) data.
byt_or
property
¶
byt_or: WfmoutpreBytOr
Return the WFMOutpre:BYT_Or command.
Description
- This command sets or queries which byte of binary waveform data is transmitted first,
during a waveform data transfer, when data points require more than one byte. This
specification only has meaning when
WFMOUTPRE:ENCDGis set to BIN.
Usage
- Using the
.query()method will send theWFMOutpre:BYT_Or?query. - Using the
.verify(value)method will send theWFMOutpre:BYT_Or?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:BYT_Or valuecommand.
SCPI Syntax
- WFMOutpre:BYT_Or {LSB|MSB}
- WFMOutpre:BYT_Or?
Info
LSBspecifies that the least significant byte will be transmitted first.MSBspecifies that the most significant byte will be transmitted first.
encdg
property
¶
encdg: WfmoutpreEncdg
Return the WFMOutpre:ENCdg command.
Description
- This command sets or queries the type of encoding for outgoing waveforms.
Usage
- Using the
.query()method will send theWFMOutpre:ENCdg?query. - Using the
.verify(value)method will send theWFMOutpre:ENCdg?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:ENCdg valuecommand.
SCPI Syntax
- WFMOutpre:ENCdg {ASCii|BINary}
- WFMOutpre:ENCdg?
Info
ASCiispecifies that the outgoing data is to be in ASCII format. Waveforms internally stored as integers will be sent asnumbers, while those stored as floating point will be sent as numbers. BINaryspecifies that outgoing data is to be in a binary format whose further specification is determined byWFMOUTPRE:BYT_NR,WFMOUTPRE:BIT_NR,WFMOUTPRE:BN_FMTandWFMOUTPRE:BYT_OR.
nr_fr
property
¶
nr_fr: WfmoutpreNrFr
Return the WFMOutpre:NR_FR command.
Description
- This query-only command returns the number of frames for the
DATA:SOURCEwaveform transmitted in response to a CURVE? query.
Usage
- Using the
.query()method will send theWFMOutpre:NR_FR?query. - Using the
.verify(value)method will send theWFMOutpre:NR_FR?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:NR_FR?
nr_pt
property
¶
nr_pt: WfmoutpreNrPt
Return the WFMOutpre:NR_Pt command.
Description
- This query-only command returns the number of points for the
DATA:SOURCEwaveform that will be transmitted in response to a CURVE? query.
Usage
- Using the
.query()method will send theWFMOutpre:NR_Pt?query. - Using the
.verify(value)method will send theWFMOutpre:NR_Pt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:NR_Pt?
pt_fmt
property
¶
pt_fmt: WfmoutprePtFmt
Return the WFMOutpre:PT_Fmt command.
Description
- This query-only command returns the point format for the waveform specified by the
DATA:SOURCEcommand. The format specifies a set of equations describing how the scale factors in the preamble are used to give meaning to the CURVE data points. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:PT_Fmt?query. - Using the
.verify(value)method will send theWFMOutpre:PT_Fmt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:PT_Fmt?
pt_off
property
¶
pt_off: WfmoutprePtOff
Return the WFMOutpre:PT_Off command.
Description
- This query-only command returns the trigger point relative to
DATA:STARTfor the waveform specified by theDATA:SOURCEcommand.
Usage
- Using the
.query()method will send theWFMOutpre:PT_Off?query. - Using the
.verify(value)method will send theWFMOutpre:PT_Off?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:PT_Off?
pt_order
property
¶
pt_order: WfmoutprePtOrder
Return the WFMOutpre:PT_ORder command.
Description
- This query-only command specifies whether the source waveform is Fast Acquisition. A
Fast Acquisition waveform is stored as a 500 (vertical) by 1000 (horizontal) point
bitmap. Each point represents display intensity for that screen location. Only CURVe?
query functions are allowed on Fast Acquisition waveforms. When the
WFMOutpre:PT_ORder?query returns Row, this indicates that the source is a Fast Acquisition waveform (and that each of 1000 possible horizontal columns being transmitted contains 500 vertical points. Note: 500 might vary based on how many channels enabled from same FastAcq group.) and waveform points are transmitted in the following order: left to right; then top to bottom. When theWFMOutpre:PT_ORder?query returns Linear, this indicates that the source is not a Fast Acquisition waveform (and that each horizontal column being sent contains only one vertical point). Note that waveform points are transmitted in the following order: top to bottom, then left to right.
Usage
- Using the
.query()method will send theWFMOutpre:PT_ORder?query. - Using the
.verify(value)method will send theWFMOutpre:PT_ORder?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:PT_ORder?
wfid
property
¶
wfid: WfmoutpreWfid
Return the WFMOutpre:WFId command.
Description
- This query-only command returns a string describing several aspects of the acquisition
parameters for the waveform specified by the
DATA:SOURCEcommand. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:WFId?query. - Using the
.verify(value)method will send theWFMOutpre:WFId?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:WFId?
xincr
property
¶
xincr: WfmoutpreXincr
Return the WFMOutpre:XINcr command.
Description
- This query-only command returns the horizontal point spacing in units of
WFMOutpre:XUNitfor the waveform specified by theDATA:SOURCEcommand. This value corresponds to the sampling interval. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:XINcr?query. - Using the
.verify(value)method will send theWFMOutpre:XINcr?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:XINcr?
xunit
property
¶
xunit: WfmoutpreXunit
Return the WFMOutpre:XUNit command.
Description
- This query-only command returns the horizontal units for the waveform specified by the
DATA:SOURCEcommand. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:XUNit?query. - Using the
.verify(value)method will send theWFMOutpre:XUNit?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:XUNit?
xzero
property
¶
xzero: WfmoutpreXzero
Return the WFMOutpre:XZEro command.
Description
- This query-only command returns the sub-sample time between the trigger sample
(designated by
PT_OFF) and the occurrence of the actual trigger for the waveform specified by theDATA:SOURCEcommand. This value is in units ofWFMOutpre:XUNit. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:XZEro?query. - Using the
.verify(value)method will send theWFMOutpre:XZEro?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:XZEro?
ymult
property
¶
ymult: WfmoutpreYmult
Return the WFMOutpre:YMUlt command.
Description
- This query-only command returns the vertical scale factor per digitizing level in
units specified by
WFMOutpre:YUNitfor the waveform specified by theDATA:SOURCEcommand. For those formats in whichWFMOUTPRE:BYT_NRis important (all non-floating point formats),WFMOutpre:YMUlt?must take the location of the binary point implied byBYT_NRinto consideration. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:YMUlt?query. - Using the
.verify(value)method will send theWFMOutpre:YMUlt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:YMUlt?
yoff
property
¶
yoff: WfmoutpreYoff
Return the WFMOutpre:YOFf command.
Description
- This query-only command returns the vertical offset of the source specified by
DATA:SOURCE. For this instrument family, the value returned is always 0.0 as the offset is combined with the:YZErovalue. An error is reported if theDATA:SOURCEwaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:YOFf?query. - Using the
.verify(value)method will send theWFMOutpre:YOFf?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:YOFf?
yunit
property
¶
yunit: WfmoutpreYunit
Return the WFMOutpre:YUNit command.
Description
- This query-only command returns the vertical units for the waveform specified by the
DATA:SOURCEcommand. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:YUNit?query. - Using the
.verify(value)method will send theWFMOutpre:YUNit?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:YUNit?
yzero
property
¶
yzero: WfmoutpreYzero
Return the WFMOutpre:YZEro command.
Description
- This query-only command returns the combined vertical position and offset for the
source waveform specified by
DATA:SOURCE. This represents a departure from previous instruments where the:YZErovalue represented the vertical position in vertical units and the:YOFfvalue represented the vertical offset in digitizing levels. For this instrument family, the value of:YOFfis always 0.0. An error is reported if theDATA:SOURCEwaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:YZEro?query. - Using the
.verify(value)method will send theWFMOutpre:YZEro?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:YZEro?
WfmoutpreBitNr
¶
Bases: SCPICmdWrite, SCPICmdRead
The WFMOutpre:BIT_Nr command.
Description
- This command sets and queries the number of bits per waveform point that outgoing
waveforms contain, as specified by the
DATA:SOURCEcommand. Note that values will be constrained according to the underlying waveform data. This specification is only meaningful whenWFMOUTPRE:ENCDGis set to BIN andWFMOUTPRE:BN_FMTis set to either RI or RP.
Usage
- Using the
.query()method will send theWFMOutpre:BIT_Nr?query. - Using the
.verify(value)method will send theWFMOutpre:BIT_Nr?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:BIT_Nr valuecommand.
SCPI Syntax
- WFMOutpre:BIT_Nr <NR1>
- WFMOutpre:BIT_Nr?
Info
<NR1>number of bits per data point can be 8 or 16.
WfmoutpreBnFmt
¶
Bases: SCPICmdWrite, SCPICmdRead
The WFMOutpre:BN_Fmt command.
Description
- This command sets or queries the format of binary data for outgoing waveforms specified by
the
DATA:SOURCEcommand.
Usage
- Using the
.query()method will send theWFMOutpre:BN_Fmt?query. - Using the
.verify(value)method will send theWFMOutpre:BN_Fmt?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:BN_Fmt valuecommand.
SCPI Syntax
- WFMOutpre:BN_Fmt {RI|RP|FP}
- WFMOutpre:BN_Fmt?
Info
RIspecifies signed integer data point representation.RPspecifies positive integer data point representation.FPspecifies floating point representation.
WfmoutpreBytNr
¶
Bases: SCPICmdWrite, SCPICmdRead
The WFMOutpre:BYT_Nr command.
Description
- This command sets or queries the binary field data width (bytes per point) for the
waveform specified by the
DATA:SOURCEcommand. Note that values will be constrained according to the underlying waveform data. This specification is only meaningful whenWFMOUTPRE:ENCDGis set to BIN, andWFMOUTPRE:BN_FMTis set to either RI or RP.
Usage
- Using the
.query()method will send theWFMOutpre:BYT_Nr?query. - Using the
.verify(value)method will send theWFMOutpre:BYT_Nr?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:BYT_Nr valuecommand.
SCPI Syntax
- WFMOutpre:BYT_Nr <NR1>
- WFMOutpre:BYT_Nr?
Info
<NR1>is the number of bytes per data point and can be 1, 2 or 8. A value of 1 or 2 bytes per waveform point indicates channel data; 8 bytes per waveform point indicate pixel map (fast acquisition) data.
WfmoutpreBytOr
¶
Bases: SCPICmdWrite, SCPICmdRead
The WFMOutpre:BYT_Or command.
Description
- This command sets or queries which byte of binary waveform data is transmitted first,
during a waveform data transfer, when data points require more than one byte. This
specification only has meaning when
WFMOUTPRE:ENCDGis set to BIN.
Usage
- Using the
.query()method will send theWFMOutpre:BYT_Or?query. - Using the
.verify(value)method will send theWFMOutpre:BYT_Or?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:BYT_Or valuecommand.
SCPI Syntax
- WFMOutpre:BYT_Or {LSB|MSB}
- WFMOutpre:BYT_Or?
Info
LSBspecifies that the least significant byte will be transmitted first.MSBspecifies that the most significant byte will be transmitted first.
WfmoutpreEncdg
¶
Bases: SCPICmdWrite, SCPICmdRead
The WFMOutpre:ENCdg command.
Description
- This command sets or queries the type of encoding for outgoing waveforms.
Usage
- Using the
.query()method will send theWFMOutpre:ENCdg?query. - Using the
.verify(value)method will send theWFMOutpre:ENCdg?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWFMOutpre:ENCdg valuecommand.
SCPI Syntax
- WFMOutpre:ENCdg {ASCii|BINary}
- WFMOutpre:ENCdg?
Info
ASCiispecifies that the outgoing data is to be in ASCII format. Waveforms internally stored as integers will be sent asnumbers, while those stored as floating point will be sent as numbers. BINaryspecifies that outgoing data is to be in a binary format whose further specification is determined byWFMOUTPRE:BYT_NR,WFMOUTPRE:BIT_NR,WFMOUTPRE:BN_FMTandWFMOUTPRE:BYT_OR.
WfmoutpreNrFr
¶
Bases: SCPICmdRead
The WFMOutpre:NR_FR command.
Description
- This query-only command returns the number of frames for the
DATA:SOURCEwaveform transmitted in response to a CURVE? query.
Usage
- Using the
.query()method will send theWFMOutpre:NR_FR?query. - Using the
.verify(value)method will send theWFMOutpre:NR_FR?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:NR_FR?
WfmoutpreNrPt
¶
Bases: SCPICmdRead
The WFMOutpre:NR_Pt command.
Description
- This query-only command returns the number of points for the
DATA:SOURCEwaveform that will be transmitted in response to a CURVE? query.
Usage
- Using the
.query()method will send theWFMOutpre:NR_Pt?query. - Using the
.verify(value)method will send theWFMOutpre:NR_Pt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:NR_Pt?
WfmoutprePtFmt
¶
Bases: SCPICmdRead
The WFMOutpre:PT_Fmt command.
Description
- This query-only command returns the point format for the waveform specified by the
DATA:SOURCEcommand. The format specifies a set of equations describing how the scale factors in the preamble are used to give meaning to the CURVE data points. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:PT_Fmt?query. - Using the
.verify(value)method will send theWFMOutpre:PT_Fmt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:PT_Fmt?
WfmoutprePtOff
¶
Bases: SCPICmdRead
The WFMOutpre:PT_Off command.
Description
- This query-only command returns the trigger point relative to
DATA:STARTfor the waveform specified by theDATA:SOURCEcommand.
Usage
- Using the
.query()method will send theWFMOutpre:PT_Off?query. - Using the
.verify(value)method will send theWFMOutpre:PT_Off?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:PT_Off?
WfmoutprePtOrder
¶
Bases: SCPICmdRead
The WFMOutpre:PT_ORder command.
Description
- This query-only command specifies whether the source waveform is Fast Acquisition. A Fast
Acquisition waveform is stored as a 500 (vertical) by 1000 (horizontal) point bitmap. Each
point represents display intensity for that screen location. Only CURVe? query functions
are allowed on Fast Acquisition waveforms. When the
WFMOutpre:PT_ORder?query returns Row, this indicates that the source is a Fast Acquisition waveform (and that each of 1000 possible horizontal columns being transmitted contains 500 vertical points. Note: 500 might vary based on how many channels enabled from same FastAcq group.) and waveform points are transmitted in the following order: left to right; then top to bottom. When theWFMOutpre:PT_ORder?query returns Linear, this indicates that the source is not a Fast Acquisition waveform (and that each horizontal column being sent contains only one vertical point). Note that waveform points are transmitted in the following order: top to bottom, then left to right.
Usage
- Using the
.query()method will send theWFMOutpre:PT_ORder?query. - Using the
.verify(value)method will send theWFMOutpre:PT_ORder?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:PT_ORder?
WfmoutpreWfid
¶
Bases: SCPICmdRead
The WFMOutpre:WFId command.
Description
- This query-only command returns a string describing several aspects of the acquisition
parameters for the waveform specified by the
DATA:SOURCEcommand. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:WFId?query. - Using the
.verify(value)method will send theWFMOutpre:WFId?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:WFId?
WfmoutpreXincr
¶
Bases: SCPICmdRead
The WFMOutpre:XINcr command.
Description
- This query-only command returns the horizontal point spacing in units of
WFMOutpre:XUNitfor the waveform specified by theDATA:SOURCEcommand. This value corresponds to the sampling interval. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:XINcr?query. - Using the
.verify(value)method will send theWFMOutpre:XINcr?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:XINcr?
WfmoutpreXunit
¶
Bases: SCPICmdRead
The WFMOutpre:XUNit command.
Description
- This query-only command returns the horizontal units for the waveform specified by the
DATA:SOURCEcommand. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:XUNit?query. - Using the
.verify(value)method will send theWFMOutpre:XUNit?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:XUNit?
WfmoutpreXzero
¶
Bases: SCPICmdRead
The WFMOutpre:XZEro command.
Description
- This query-only command returns the sub-sample time between the trigger sample (designated
by
PT_OFF) and the occurrence of the actual trigger for the waveform specified by theDATA:SOURCEcommand. This value is in units ofWFMOutpre:XUNit. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:XZEro?query. - Using the
.verify(value)method will send theWFMOutpre:XZEro?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:XZEro?
WfmoutpreYmult
¶
Bases: SCPICmdRead
The WFMOutpre:YMUlt command.
Description
- This query-only command returns the vertical scale factor per digitizing level in units
specified by
WFMOutpre:YUNitfor the waveform specified by theDATA:SOURCEcommand. For those formats in whichWFMOUTPRE:BYT_NRis important (all non-floating point formats),WFMOutpre:YMUlt?must take the location of the binary point implied byBYT_NRinto consideration. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:YMUlt?query. - Using the
.verify(value)method will send theWFMOutpre:YMUlt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:YMUlt?
WfmoutpreYoff
¶
Bases: SCPICmdRead
The WFMOutpre:YOFf command.
Description
- This query-only command returns the vertical offset of the source specified by
DATA:SOURCE. For this instrument family, the value returned is always 0.0 as the offset is combined with the:YZErovalue. An error is reported if theDATA:SOURCEwaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:YOFf?query. - Using the
.verify(value)method will send theWFMOutpre:YOFf?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:YOFf?
WfmoutpreYunit
¶
Bases: SCPICmdRead
The WFMOutpre:YUNit command.
Description
- This query-only command returns the vertical units for the waveform specified by the
DATA:SOURCEcommand. An error is reported if theDATa:SOUrcewaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:YUNit?query. - Using the
.verify(value)method will send theWFMOutpre:YUNit?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:YUNit?
WfmoutpreYzero
¶
Bases: SCPICmdRead
The WFMOutpre:YZEro command.
Description
- This query-only command returns the combined vertical position and offset for the source
waveform specified by
DATA:SOURCE. This represents a departure from previous instruments where the:YZErovalue represented the vertical position in vertical units and the:YOFfvalue represented the vertical offset in digitizing levels. For this instrument family, the value of:YOFfis always 0.0. An error is reported if theDATA:SOURCEwaveform does not exist.
Usage
- Using the
.query()method will send theWFMOutpre:YZEro?query. - Using the
.verify(value)method will send theWFMOutpre:YZEro?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WFMOutpre:YZEro?