tekscopepc_commands

The TekScopePC commands module.

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

Please report an issue if one is found.

TekScopePCCommandConstants

The TekScopePC command argument constants.

This provides access to all the string constants which can be used as arguments for TekScopePC commands.

TekScopePCCommands

The TekScopePC commands.

This provides access to all the commands for the TekScopePC device. See the documentation of each property for more usage information.

Properties
  • .actonevent: The ACTONEVent command tree.
  • .alias: The ALIas command.
  • .allev: The ALLEv command.
  • .autosavepitimeout: The AUTOSAVEPITIMEOUT command.
  • .autosaveuitimeout: The AUTOSAVEUITIMEOUT command.
  • .bus: The BUS command tree.
  • .bustable: The BUSTABle command tree.
  • .busy: The BUSY command.
  • .callouts: The CALLOUTS command tree.
  • .ch: The CH<x> command.
  • .cls: The *CLS command.
  • .configuration: The CONFIGuration command tree.
  • .curve: The CURVe command.
  • .curvestream: The CURVEStream command.
  • .customtable: The CUSTOMTABle command tree.
  • .data: The DATa command.
  • .date: The DATE command.
  • .dese: The DESE command.
  • .display: The DISplay command.
  • .ese: The *ESE command.
  • .esr: The *ESR command.
  • .event: The EVENT command.
  • .evmsg: The EVMsg command.
  • .evqty: The EVQty command.
  • .eyemask: The EYEMASK command tree.
  • .factory: The FACtory command.
  • .filesys: The FILESYS command tree.
  • .filesystem: The FILESystem command.
  • .header: The HEADer command.
  • .histogram: The HISTogram command tree.
  • .horizontal: The HORizontal command tree.
  • .id: The ID command.
  • .idn: The *IDN command.
  • .lic: The LIC command tree.
  • .license: The LICense command.
  • .lrn: The *LRN command.
  • .mainwindow: The MAINWindow command tree.
  • .mask: The MASK command tree.
  • .math: The MATH command tree.
  • .matharbflt: The MATHArbflt<x> command tree.
  • .meastable: The MEASTABle command tree.
  • .measu: The MEASU command tree.
  • .measurement: The MEASUrement command.
  • .opc: The *OPC command.
  • .opt: The *OPT command.
  • .pause: The PAUSe command.
  • .peakstable: The PEAKSTABle command tree.
  • .plot: The PLOT command tree.
  • .power: The POWer command tree.
  • .psc: The *PSC command.
  • .pud: The *PUD command.
  • .recall: The RECAll command tree.
  • .ref: The REF command tree.
  • .refx: The REF<x> command tree.
  • .rem: The REM command.
  • .remote: The REMOTE command tree.
  • .rst: The *RST command.
  • .s: The S<x> command tree.
  • .save: The SAVe command tree.
  • .saveonevent: The SAVEONEVent command tree.
  • .search: The SEARCH command tree.
  • .searchtable: The SEARCHTABle command.
  • .set: The SET command.
  • .socketserver: The SOCKETServer command tree.
  • .sre: The *SRE command.
  • .stb: The *STB command.
  • .sv: The SV command tree.
  • .time: The TIMe command.
  • .totaluptime: The TOTaluptime command.
  • .trigger: The TRIGger command tree.
  • .tst: The *TST command.
  • .undo: The UNDO command.
  • .verbose: The VERBose command.
  • .vertical: The VERTical command tree.
  • .visual: The VISual command tree.
  • .wai: The *WAI command.
  • .wavfrm: The WAVFrm command.
  • .wfmoutpre: The WFMOutpre command.

actonevent property

actonevent: Actonevent

Return 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.
Sub-properties
  • .enable: The ACTONEVent:ENable command.
  • .numsaves: The ACTONEVent:NUMSAVEs command.
  • .timer: The ACTONEVent:TIMER command tree.
  • .timercount: The ACTONEVent:TIMERCount command.
  • .timerinterval: The ACTONEVent:TIMERInterval command.
  • .type: The ACTONEVent:Type command.

alias property

alias: Alias

Return the ALIas command.

Description
  • This command sets or queries the state of alias functionality, and it is identical to the ALIAS:STATE command.
Usage
  • Using the .query() method will send the ALIas? query.
  • Using the .verify(value) method will send the ALIas? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the ALIas value command.
SCPI Syntax
- ALIas {ON|OFF|<NR1>}
- ALIas?
Info
  • OFF turns Alias expansion off.
  • ON turns Alias expansion on. When a defined alias is received, the specified command sequence is substituted for the alias and executed.
  • <NR1> = 0 disables Alias mode; any other value enables Alias mode.
Sub-properties
  • .catalog: The ALIas:CATalog command.
  • .define: The ALIas:DEFine command.
  • .delete: The ALIas:DELEte command.
  • .state: The ALIas:STATE command.

allev property

allev: Allev

Return the ALLEv command.

Description
  • This query-only command prompts the instrument to return all events and their messages (delimited by commas), and removes the returned events from the Event Queue. Use the *ESR? query to enable the events to be returned. This command is similar to repeatedly sending *EVMsg? queries to the instrument.
Usage
  • Using the .query() method will send the ALLEv? query.
  • Using the .verify(value) method will send the ALLEv? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- ALLEv?

autosavepitimeout property

autosavepitimeout: Autosavepitimeout

Return the AUTOSAVEPITIMEOUT command.

Description
  • This command sets or queries the idle time from the programmable interface before auto-save occurs.
Usage
  • Using the .query() method will send the AUTOSAVEPITIMEOUT? query.
  • Using the .verify(value) method will send the AUTOSAVEPITIMEOUT? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSAVEPITIMEOUT value command.
SCPI Syntax
- AUTOSAVEPITIMEOUT <NR1>
- AUTOSAVEPITIMEOUT?
Info
  • <NR1> sets the timeout time.

autosaveuitimeout property

autosaveuitimeout: Autosaveuitimeout

Return the AUTOSAVEUITIMEOUT command.

Description
  • This command sets or queries the idle time from the user interface before auto-save occurs.
Usage
  • Using the .query() method will send the AUTOSAVEUITIMEOUT? query.
  • Using the .verify(value) method will send the AUTOSAVEUITIMEOUT? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSAVEUITIMEOUT value command.
SCPI Syntax
- AUTOSAVEUITIMEOUT <NR1>
- AUTOSAVEUITIMEOUT?
Info
  • <NR1>

bus property

bus: Bus

Return the BUS command tree.

Usage
  • Using the .query() method will send the BUS? query.
  • Using the .verify(value) method will send the BUS? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The BUS:ADDNew command.
  • .b: The BUS:B<x> command tree.
  • .delete: The BUS:DELete command.
  • .list: The BUS:LIST command.

bustable property

bustable: Bustable

Return the BUSTABle command tree.

Usage
  • Using the .query() method will send the BUSTABle? query.
  • Using the .verify(value) method will send the BUSTABle? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The BUSTABle:ADDNew command.
  • .delete: The BUSTABle:DELete command.
  • .list: The BUSTABle:LIST command.

busy property

busy: Busy

Return the BUSY command.

Description
  • This query-only command returns the status of the instrument. This command allows you to synchronize the operation of the instrument with your application program.
Usage
  • Using the .query() method will send the BUSY? query.
  • Using the .verify(value) method will send the BUSY? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- BUSY?

callouts property

callouts: Callouts

Return the CALLOUTS command tree.

Usage
  • Using the .query() method will send the CALLOUTS? query.
  • Using the .verify(value) method will send the CALLOUTS? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .callout: The CALLOUTS:CALLOUT<x> command.

ch property

Return the CH<x> command.

Description
  • This query-only command returns the vertical parameters for the specified channel. The channel is specified by x.
Usage
  • Using the .query() method will send the CH<x>? query.
  • Using the .verify(value) method will send the CH<x>? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CH<x>?
Sub-properties
  • .bandwidth: The CH<x>:BANdwidth command.
  • .ditherrange: The CH<x>:DITHERrange command.
  • .invert: The CH<x>:INVert command.
  • .probecontrol: The CH<x>:PROBECOntrol command.
  • .probecal: The CH<x>:PROBECal command.
  • .probefunc: The CH<x>:PROBEFunc command tree.
  • .probe: The CH<x>:PRObe command.
  • .scaleratio: The CH<x>:SCALERATio command.
  • .sv: The CH<x>:SV command tree.
  • .termination: The CH<x>:TERmination command.
  • .vterm: The CH<x>:VTERm command tree.
  • .d: The CH<x>_D<x> command tree.
  • .dall: The CH<x>_DALL command tree.

cls property

cls: Cls

Return the *CLS command.

Description
  • This command (no query form) clears the following: Event Queue Standard Event Status Register Status Byte Register (except the MAV bit) If the *CLS command immediately follows an , the Output Queue and MAV bit (Status Byte Register bit 4) are also cleared. MAV indicates that information is in the output queue. The device clear (DCL) control message will clear the output queue and thus MAV. *CLS does not clear the output queue or MAV. *CLS can suppress a Service Request that is to be generated by an *OPC. This will happen if a single sequence acquisition operation is still being processed when the *CLS command is executed.
Usage
  • Using the .write() method will send the *CLS command.
SCPI Syntax
- *CLS

configuration property

configuration: Configuration

Return the CONFIGuration command tree.

Usage
  • Using the .query() method will send the CONFIGuration? query.
  • Using the .verify(value) method will send the CONFIGuration? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .analog: The CONFIGuration:ANALOg command tree.

curve property

curve: Curve

Return the CURVe command.

Description
  • This command transfers waveform data from the instrument. Each waveform that is transferred has an associated waveform preamble that contains information such as data format and scale. The CURVe? query transfers data from the instrument. The data source is specified by the DATA:SOURCE command. The first and last data points are specified by the DATA:START and DATA:STOP commands. For MATH sources, only 8-byte double precision floating point data is returned in :CURVe? queries.
Usage
  • Using the .query() method will send the CURVe? query.
  • Using the .verify(value) method will send the CURVe? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CURVe?

curvestream property

curvestream: Curvestream

Return the CURVEStream command.

Description
  • This query-only command continuously transfers waveform data from the instrument as it is acquired. This command puts the instrument into a streaming data mode, allowing the controller to receive waveform records as fast as they are acquired. Use the DATA:SOURCE command to specify the waveform sources. The command supports all the same data formatting options as the CURVE command. Control of the instrument through the user interface or other external clients is not allowed while in streaming data mode. The GPIB controller must take the instrument out of this streaming data mode to terminate the query and allow other input sources to resume communication with the instrument. The following options are available to transition out of streaming data mode: Send a device clear over the bus Send another command or query to the instrument Turning the waveform screen display mode off ( :DISplay:WAVEform OFF ) may increase waveform throughput during streaming mode. Using a data encoding of SRIbinary ( DATa:ENCdg SRIbinary ) may also increase the waveform throughput since that is the raw native data format of the oscilloscope. While in streaming data mode, two extreme conditions can occur. If the waveform records are being acquired slowly (high resolution), configure the controller for a long time-out threshold, as the data is not sent out until each complete record is acquired. If the waveform records are being acquired rapidly (low resolution), and the controller is not reading the data off the bus fast enough, the trigger rate is slowed to allow each waveform to be sent sequentially.
Usage
  • Using the .query() method will send the CURVEStream? query.
  • Using the .verify(value) method will send the CURVEStream? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CURVEStream?

customtable property

customtable: Customtable

Return the CUSTOMTABle command tree.

Usage
  • Using the .query() method will send the CUSTOMTABle? query.
  • Using the .verify(value) method will send the CUSTOMTABle? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The CUSTOMTABle:ADDNew command.
  • .delete: The CUSTOMTABle:DELete command.
  • .list: The CUSTOMTABle:LIST command.

data property

data: Data

Return the DATa command.

Description
  • This command sets or queries the format and location of the waveform data that is transferred with the CURVE command.
Usage
  • Using the .query() method will send the DATa? query.
  • Using the .verify(value) method will send the DATa? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DATa value command.
SCPI Syntax
- DATa {INIT|SNAp}
- DATa?
Info
  • INIT initializes the waveform data parameters to their factory defaults except for DATa:STOP, which isset to the current acquisition record length.
  • SNAp Sets DATa:STARt and DATa:STOP to match the current waveform cursor positions of WAVEVIEW1 CURSOR1 if these waveform cursors are currently on. If these waveform cursors are not on when the DATa SNAp command is sent, it is silently ignored and DATa:STARt and :STOP remain unchanged.
Sub-properties
  • .encdg: The DATa:ENCdg command.
  • .framestart: The DATa:FRAMESTARt command.
  • .framestop: The DATa:FRAMESTOP command.
  • .mode: The DATa:MODe command.
  • .resample: The DATa:RESample command.
  • .source: The DATa:SOUrce command.
  • .start: The DATa:STARt command.
  • .stop: The DATa:STOP command.
  • .width: The DATa:WIDth command.

date property

date: Date

Return the DATE command.

Description
  • This command queries the date that the instrument displays.
Usage
  • Using the .query() method will send the DATE? query.
  • Using the .verify(value) method will send the DATE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- DATE?

dese property

dese: Dese

Return the DESE command.

Description
  • This command sets and queries the bits in the Device Event Status Enable Register (DESER). The DESER is the mask that determines whether events are reported to the Standard Event Status Register (SESR), and entered into the Event Queue. For a more detailed discussion of the use of these registers, see Registers.
Usage
  • Using the .query() method will send the DESE? query.
  • Using the .verify(value) method will send the DESE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DESE value command.
SCPI Syntax
- DESE <NR1>
- DESE?
Info
  • <NR1> The binary bits of the DESER are set according to this value, which ranges from 1 through 255. For example, DESE 209 sets the DESER to the binary value 11010001 (that is, the most significant bit in the register is set to 1, the next most significant bit to 1, the next bit to 0, etc.).

display property

display: Display

Return the DISplay command.

Description
  • This query-only command returns the current Display settings.
Usage
  • Using the .query() method will send the DISplay? query.
  • Using the .verify(value) method will send the DISplay? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- DISplay?
Sub-properties
  • .colors: The DISplay:COLors command.
  • .global: The DISplay:GLObal command tree.
  • .intensity: The DISplay:INTENSITy command.
  • .mathfftview1: The DISplay:MATHFFTView1 command tree.
  • .persistence: The DISplay:PERSistence command.
  • .plotview: The DISplay:PLOTVIEW<x> command tree.
  • .plotview1: The DISplay:PLOTView1 command tree.
  • .reffftview: The DISplay:REFFFTView<x> command tree.
  • .select: The DISplay:SELect command tree.
  • .specview1: The DISplay:SPECView1 command tree.
  • .varpersist: The DISplay:VARpersist command.
  • .waveview: The DISplay:WAVEView command tree.
  • .waveview1: The DISplay:WAVEView1 command tree.
  • .waveform: The DISplay:WAVEform command.
  • .ch: The DISplay:CH<x> command tree.
  • .math: The DISplay:Math<x> command tree.
  • .ref: The DISplay:REF<x> command tree.

ese property

ese: Ese

Return the *ESE command.

Description
  • This command sets and queries the bits in the Event Status Enable Register (ESER). The ESER prevents events from being reported to the Status Byte Register (STB). For a more detailed discussion of the use of these registers, see Registers.
Usage
  • Using the .query() method will send the *ESE? query.
  • Using the .verify(value) method will send the *ESE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the *ESE value command.
SCPI Syntax
- *ESE <NR1>
- *ESE?
Info
  • <NR1> specifies the binary bits of the ESER according to this value, which ranges from 0 through 255.

esr property

esr: Esr

Return the *ESR command.

Description
  • This query-only command returns the contents of the Standard Event Status Register (SESR). *ESR? also clears the SESR (since reading the SESR clears it). For a more detailed discussion of the use of these registers, see Registers.
Usage
  • Using the .query() method will send the *ESR? query.
  • Using the .verify(value) method will send the *ESR? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- *ESR?

event property

event: Event

Return the EVENT command.

Description
  • This query-only command returns an event code from the Event Queue that provides information about the results of the last ESR read. EVENT? also removes the returned value from the Event Queue.
Usage
  • Using the .query() method will send the EVENT? query.
  • Using the .verify(value) method will send the EVENT? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- EVENT?

evmsg property

evmsg: Evmsg

Return the EVMsg command.

Description
  • This query-only command removes a single event code from the Event Queue that is associated with the results of the last ESR read and returns the event code with an explanatory message. For more information, see Event Handling.
Usage
  • Using the .query() method will send the EVMsg? query.
  • Using the .verify(value) method will send the EVMsg? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- EVMsg?

evqty property

evqty: Evqty

Return the EVQty command.

Description
  • This query-only command returns the number of events that are enabled in the queue. This is useful when using the ALLEV query, since it lets you know exactly how many events will be returned.
Usage
  • Using the .query() method will send the EVQty? query.
  • Using the .verify(value) method will send the EVQty? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- EVQty?

eyemask property

eyemask: Eyemask

Return the EYEMASK command tree.

Usage
  • Using the .query() method will send the EYEMASK? query.
  • Using the .verify(value) method will send the EYEMASK? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .mask: The EYEMASK:MASK<x> command tree.

factory property

factory: Factory

Return the FACtory command.

Description
  • This command (no query form) resets the instrument to its factory default settings. This command is equivalent to pressing the DEFAULT SETUP button located on the instrument front panel or selecting Default Setup from the File menu. This command Performs the following in addition to what is done for the *RST command: Clears any pending OPC operations. Resets the following IEEE488.2 registers: *ESE 0 (Event Status Enable Register) *SRE 0 (Service Request Enable Register) DESE 255 (Device Event Status Enable Register) *PSC 1 (Power-on Status Clear Flag) Deletes all defined aliases. Enables command headers (:HEADer 1).
Usage
  • Using the .write() method will send the FACtory command.
SCPI Syntax
- FACtory

filesys property

filesys: Filesys

Return the FILESYS command tree.

Usage
  • Using the .query() method will send the FILESYS? query.
  • Using the .verify(value) method will send the FILESYS? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .collectlogfiles: The FILESYS:COLLECTLOGFILES command.

filesystem property

filesystem: Filesystem

Return the FILESystem command.

Description
  • This query-only command returns the directory listing of the current working directory. This query is the same as the FILESystem:DIR? query.
Usage
  • Using the .query() method will send the FILESystem? query.
  • Using the .verify(value) method will send the FILESystem? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- FILESystem?
Sub-properties
  • .copy: The FILESystem:COPy command.
  • .cwd: The FILESystem:CWD command.
  • .delete: The FILESystem:DELEte command.
  • .dir: The FILESystem:DIR command.
  • .homedir: The FILESystem:HOMEDir command.
  • .ldir: The FILESystem:LDIR command.
  • .mkdir: The FILESystem:MKDir command.
  • .mount: The FILESystem:MOUNT command tree.
  • .readfile: The FILESystem:READFile command.
  • .rename: The FILESystem:REName command.
  • .rmdir: The FILESystem:RMDir command.
  • .tekdrive: The FILESystem:TEKDrive command tree.
  • .unmount: The FILESystem:UNMOUNT command tree.
  • .writefile: The FILESystem:WRITEFile command.

header property

header: Header

Return the HEADer command.

Description
  • This command sets or queries the Response Header Enable State that causes the instrument to either include or omit headers on query responses. Whether the long or short form of header keywords and enumerations are returned is dependent upon the state of :VERBose.
Usage
  • Using the .query() method will send the HEADer? query.
  • Using the .verify(value) method will send the HEADer? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the HEADer value command.
SCPI Syntax
- HEADer {ON|OFF|<NR1>}
- HEADer?
Info
  • <NR1> = 0 sets the Response Header Enable State to false; any other value sets this state to true.
  • OFF sets the Response Header Enable State to false. This causes the instrument to omit headers on query responses, so that only the argument is returned.
  • ON sets the Response Header Enable State to true. This causes the instrument to include headers on applicable query responses. You can then use the query response as a command.

histogram property

histogram: Histogram

Return the HISTogram command tree.

Usage
  • Using the .query() method will send the HISTogram? query.
  • Using the .verify(value) method will send the HISTogram? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The HISTogram:ADDNew command.
  • .deleteall: The HISTogram:DELETEALL command.
  • .delete: The HISTogram:DELete command.
  • .histogram: The HISTogram:HISTogram<x> command tree.
  • .list: The HISTogram:LIST command.

horizontal property

horizontal: Horizontal

Return the HORizontal command tree.

Usage
  • Using the .query() method will send the HORizontal? query.
  • Using the .verify(value) method will send the HORizontal? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .delay: The HORizontal:DELay command tree.
  • .mode: The HORizontal:MODe command.
  • .position: The HORizontal:POSition command.
  • .samplerate: The HORizontal:SAMPLERate command.
  • .scale: The HORizontal:SCAle command.

id property

id: Id

Return the ID command.

Description
  • This query-only command returns identifying information about the instrument and related firmware similar to that returned by the *IDN? IEEE488.2 common query but does not include the instrument serial number.
Usage
  • Using the .query() method will send the ID? query.
  • Using the .verify(value) method will send the ID? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- ID?

idn property

idn: Idn

Return the *IDN command.

Description
  • This query-only command returns the instrument identification code.
Usage
  • Using the .query() method will send the *IDN? query.
  • Using the .verify(value) method will send the *IDN? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- *IDN?

lic property

lic: Lic

Return the LIC command tree.

Usage
  • Using the .query() method will send the LIC? query.
  • Using the .verify(value) method will send the LIC? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .uninstall: The LIC:UNINSTALL command.

license property

license: License

Return the LICense command.

Description
  • This query-only command returns all license parameters.
Usage
  • Using the .query() method will send the LICense? query.
  • Using the .verify(value) method will send the LICense? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- LICense?
Sub-properties
  • .appid: The LICense:APPID command.
  • .count: The LICense:COUNt command.
  • .error: The LICense:ERRor command.
  • .gmt: The LICense:GMT command.
  • .hid: The LICense:HID command.
  • .install: The LICense:INSTall command.
  • .item: The LICense:ITEM command.
  • .list: The LICense:LIST command.
  • .validate: The LICense:VALidate command.

lrn property

lrn: Lrn

Return the *LRN command.

Description
  • This query-only command returns the commands that list the instrument settings, allowing you to record or ‘learn’ the current instrument settings. You can use these commands to return the instrument to the state it was in when you made the *LRN? query. This command is identical to the SET command.
Usage
  • Using the .query() method will send the *LRN? query.
  • Using the .verify(value) method will send the *LRN? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- *LRN?

mainwindow property

mainwindow: Mainwindow

Return the MAINWindow command tree.

Usage
  • Using the .query() method will send the MAINWindow? query.
  • Using the .verify(value) method will send the MAINWindow? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .badge: The MAINWindow:BADGe command tree.
  • .fontsize: The MAINWindow:FONTSize command.
  • .rrbdisplaystate: The MAINWindow:RRBDisplaystate command.

mask property

mask: Mask

Return the MASK command tree.

Usage
  • Using the .query() method will send the MASK? query.
  • Using the .verify(value) method will send the MASK? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .delete: The MASK:DELete command.
  • .mask: The MASK:MASK<x> command tree.
  • .test: The MASK:TESt command tree.

math property

math: Math

Return the MATH command tree.

Usage
  • Using the .query() method will send the MATH? query.
  • Using the .verify(value) method will send the MATH? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The MATH:ADDNew command.
  • .delete: The MATH:DELete command.
  • .list: The MATH:LIST command.
  • .math: The MATH:MATH<x> command tree.

matharbflt property

matharbflt: dict[int, MatharbfltItem]

Return the MATHArbflt<x> command tree.

Usage
  • Using the .query() method will send the MATHArbflt<x>? query.
  • Using the .verify(value) method will send the MATHArbflt<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .filepath: The MATHArbflt<x>:FILepath command.

meastable property

meastable: Meastable

Return the MEASTABle command tree.

Usage
  • Using the .query() method will send the MEASTABle? query.
  • Using the .verify(value) method will send the MEASTABle? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The MEASTABle:ADDNew command.
  • .delete: The MEASTABle:DELETE command.

measu property

measu: Measu

Return the MEASU command tree.

Usage
  • Using the .query() method will send the MEASU? query.
  • Using the .verify(value) method will send the MEASU? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .meas1: The MEASU:MEAS1 command tree.

measurement property

measurement: Measurement

Return the MEASUrement command.

Description
  • This query-only command returns all measurement parameters.
Usage
  • Using the .query() method will send the MEASUrement? query.
  • Using the .verify(value) method will send the MEASUrement? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- MEASUrement?
Sub-properties
  • .addmeas: The MEASUrement:ADDMEAS command.
  • .addnew: The MEASUrement:ADDNew command.
  • .annotate: The MEASUrement:ANNOTate command.
  • .autoset: The MEASUrement:AUTOset command.
  • .ch: The MEASUrement:CH<x> command tree.
  • .clockrecovery: The MEASUrement:CLOCKRecovery command tree.
  • .deleteall: The MEASUrement:DELETEALL command.
  • .delete: The MEASUrement:DELete command.
  • .diracmodel: The MEASUrement:DIRacmodel command.
  • .displayunits: The MEASUrement:DISPLAYUnits command.
  • .edge: The MEASUrement:EDGE<x> command.
  • .eyerender: The MEASUrement:EYERENDER command.
  • .filters: The MEASUrement:FILTers command tree.
  • .gating: The MEASUrement:GATing command.
  • .highlevel: The MEASUrement:HIGHLEVel command tree.
  • .interp: The MEASUrement:INTERp command.
  • .jittermodel: The MEASUrement:JITTermodel command.
  • .list: The MEASUrement:LIST command.
  • .lockrj: The MEASUrement:LOCKRJ command.
  • .lockrjvalue: The MEASUrement:LOCKRJValue command.
  • .math: The MEASUrement:MATH<x> command tree.
  • .meas: The MEASUrement:MEAS<x> command tree.
  • .measrange: The MEASUrement:MEASRange command tree.
  • .mech: The MEASUrement:MECH command tree.
  • .minui: The MEASUrement:MINUI command.
  • .population: The MEASUrement:POPUlation command tree.
  • .ref: The MEASUrement:REF<x> command tree.
  • .reflevels: The MEASUrement:REFLevels command tree.
  • .results: The MEASUrement:RESUlts command tree.
  • .statistics: The MEASUrement:STATIstics command tree.
  • .wbg: The MEASUrement:WBG command tree.

opc property

opc: Opc

Return the *OPC command.

Description
  • This command generates the operation complete message in the Standard Event Status Register (SESR) when all pending commands that generate an OPC message are complete. The *OPC? query places the ASCII character ‘1’ into the output queue when all such OPC commands are complete. The *OPC? response is not available to read until all pending operations finish. For a complete discussion of the use of these registers and the output queue, see Registers and Queues. The *OPC command allows you to synchronize the operation of the instrument with your application program. For more information, see Synchronization Methods. Refer to the Oscilloscope operations that can generate OPC table for a list of commands that generate an OPC message.
Usage
  • Using the .query() method will send the *OPC? query.
  • Using the .verify(value) method will send the *OPC? query and raise an AssertionError if the returned value does not match value.
  • Using the .write() method will send the *OPC command.
SCPI Syntax
- *OPC
- *OPC?

opt property

opt: Opt

Return the *OPT command.

Description
  • This query-only command returns a comma separated list of installed options as an arbitrary ASCII string (no quotes) of the form: <optionCode>:<optionDescription>,<optionCode>:<optionDescription>… The last section of each entry (the text following the last hyphen) indicates the license type. If no options are found, NONE is returned.
Usage
  • Using the .query() method will send the *OPT? query.
  • Using the .verify(value) method will send the *OPT? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- *OPT?

pause property

pause: Pause

Return the PAUSe command.

Description
  • This command causes the interface to pause the specified number of seconds before processing any other commands.
Usage
  • Using the .write(value) method will send the PAUSe value command.
SCPI Syntax
- PAUSe <NR3>
Info
  • <NR3> is the specified number of seconds the interface is to pause before processing any other commands. The pause time is specified as a floating point value in seconds and must be > 0.0 and ≥1800.0.

peakstable property

peakstable: Peakstable

Return the PEAKSTABle command tree.

Usage
  • Using the .query() method will send the PEAKSTABle? query.
  • Using the .verify(value) method will send the PEAKSTABle? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The PEAKSTABle:ADDNew command.
  • .delete: The PEAKSTABle:DELete command.
  • .list: The PEAKSTABle:LIST command.
  • .table: The PEAKSTABle:TABle<x> command tree.

plot property

plot: Plot

Return the PLOT command tree.

Usage
  • Using the .query() method will send the PLOT? query.
  • Using the .verify(value) method will send the PLOT? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The PLOT:ADDNew command.
  • .delete: The PLOT:DELete command.
  • .list: The PLOT:LIST command.
  • .plot: The PLOT:PLOT<x> command tree.

power property

power: Power

Return the POWer command tree.

Usage
  • Using the .query() method will send the POWer? query.
  • Using the .verify(value) method will send the POWer? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The POWer:ADDNew command.
  • .delete: The POWer:DELete command.
  • .power: The POWer:POWer<x> command tree.

psc property

psc: Psc

Return the *PSC command.

Description
  • This command sets and queries the power-on status flag that controls the automatic power-on handling of the DESER, SRER, and ESER registers. When *PSC is true, the DESER register is set to 255 and the SRER and ESER registers are set to 0 at power-on. When *PSC is false, the current values in the DESER, SRER, and ESER registers are preserved in nonvolatile memory when power is shut off and are restored at power-on.
Usage
  • Using the .query() method will send the *PSC? query.
  • Using the .verify(value) method will send the *PSC? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the *PSC value command.
SCPI Syntax
- *PSC {ON|OFF|<NR1>}
- *PSC?
Info
  • <NR1> = 0 sets the power-on status clear flag to false, disables the power-on clear and allows the instrument to possibly assert SRQ after power-on; any other value sets the power-on status clear flag to true, enabling the power-on status clear and prevents any SRQ assertion after power on.
  • OFF sets the power-on status clear flag to false, disables the power-on clear and allows the instrument to possibly assert SRQ after power-on.
  • ON sets the power-on status clear flag to true, enabling the power-on status clear and prevents any SRQ assertion after power on.

pud property

pud: Pud

Return the *PUD command.

Description
  • This command sets or queries a string of Protected User Data. This data is protected by the PASSWord command. You can modify it only by first entering the correct password. This password is not necessary to query the data.
Usage
  • Using the .query() method will send the *PUD? query.
  • Using the .verify(value) method will send the *PUD? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the *PUD value command.
SCPI Syntax
- *PUD {<Block>|<QString>}
- *PUD?
Info
  • <Block> is a block containing up to 100 characters.
  • <QString> is a string containing up to 100 characters.

recall property

recall: Recall

Return the RECAll command tree.

Usage
  • Using the .query() method will send the RECAll? query.
  • Using the .verify(value) method will send the RECAll? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .mask: The RECAll:MASK command.
  • .session: The RECAll:SESsion command.
  • .setup: The RECAll:SETUp command.
  • .waveform: The RECAll:WAVEform command.

ref property

ref: Ref

Return the REF command tree.

Usage
  • Using the .query() method will send the REF? query.
  • Using the .verify(value) method will send the REF? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The REF:ADDNew command.
  • .delete: The REF:DELete command.
  • .list: The REF:LIST command.
  • .ref: The REF:REF<x> command tree.

refx property

refx: dict[int, RefItem]

Return the REF<x> command tree.

Usage
  • Using the .query() method will send the REF<x>? query.
  • Using the .verify(value) method will send the REF<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .d: The REF<x>_D<x> command tree.
  • .dall: The REF<x>_DALL command tree.

rem property

rem: Rem

Return the REM command.

Description
  • This command (no query form) embeds a comment within programs as a means of internally documenting the programs. This is how to embed comments in a .set file. The instrument ignores these embedded comment lines.
Usage
  • Using the .write(value) method will send the REM value command.
SCPI Syntax
- REM <QString>
Info
  • <QString> is a string that can contain a maximum of 80 characters.

remote property

remote: Remote

Return the REMOTE command tree.

Usage
  • Using the .query() method will send the REMOTE? query.
  • Using the .verify(value) method will send the REMOTE? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .acqmethod: The REMOTE:ACQMethod command.
  • .acqstatus: The REMOTE:ACQStatus command.
  • .acquire: The REMOTE:ACQUIRE command.
  • .addnew: The REMOTE:ADDNew command.
  • .comminter: The REMOTE:COMMInter command.
  • .control: The REMOTE:CONTROL command.
  • .delete: The REMOTE:DELEte command.
  • .logging: The REMOTE:LOGGING command.
  • .numacq: The REMOTE:NUMACq command.
  • .s: The REMOTE:S<x> command tree.
  • .scope: The REMOTE:SCOPe<x> command tree.
  • .sequence: The REMOTE:SEQuence command tree.
  • .sv: The REMOTE:SV command tree.
  • .usbdescriptors: The REMOTE:USBDEscriptors command.

rst property

rst: Rst

Return the *RST command.

Description
  • This command (no query form) resets the instrument to the factory default settings. This command does the following: Recalls the default instrument setup. Clears the current *DDT command. Disables aliases (:ALIAS:STATE 0). Disables the user password (for the *PUD command). The *RST command does not change the following: The current working directory ( :FILESystem:CWD command). The state of command headers ( :HEADer command). The state of keyword and enumeration verbosity ( :VERBose command). The Power-on Status Clear Flag ( *PSC command). The Event Status Enable Register ( *ESE command). The Service Request Enable Register ( *SRE command). The Device Event Status Enable Register ( DESE command). The user password for protected user data ( :PASSWord command). The content of protected user data ( *PUD command). The enabled state of the socket server ( :SOCKETServer:ENAble command). The socket server port number ( :SOCKETServer:PORT command). The socket server protocol ( :SOCKETServer:PROTOCol command). The USBTMC port configuration ( :USBDevice:CONFigure command). The destination reference waveform or file path for the :CURVe command ( :DATa:DESTination command). The source waveform for the :CURVe? or :WAVFrm? queries ( :DATa:SOUrce command). The waveform data encoding for the :CURVe command or query or the :WAVFrm? query ( :DATa:ENCdg command). The starting point for :CURVe? queries ( :DATa:STARt command). The ending point for :CURVe? queries ( :DATa:STOP command). All settings associated the :WFMInpre commands. All user settable settings associated with the WFMOutpre commands. *RST only resets the programmable interface settings, it does not change the user interface settings.
Usage
  • Using the .write() method will send the *RST command.
SCPI Syntax
- *RST

s property

s: dict[int, SItem]

Return the S<x> command tree.

Usage
  • Using the .query() method will send the S<x>? query.
  • Using the .verify(value) method will send the S<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .ch: The S<x>_CH<x> command tree.

save property

save: Save

Return the SAVe command tree.

Usage
  • Using the .query() method will send the SAVe? query.
  • Using the .verify(value) method will send the SAVe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .eventtable: The SAVe:EVENTtable command tree.
  • .image: The SAVe:IMAGe command.
  • .plotdata: The SAVe:PLOTData command.
  • .report: The SAVe:REPOrt command.
  • .session: The SAVe:SESsion command.
  • .setup: The SAVe:SETUp command.
  • .waveform: The SAVe:WAVEform command.

saveonevent property

saveonevent: Saveonevent

Return the SAVEONEVent command tree.

Usage
  • Using the .query() method will send the SAVEONEVent? query.
  • Using the .verify(value) method will send the SAVEONEVent? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .filedest: The SAVEONEVent:FILEDest command.
  • .filename: The SAVEONEVent:FILEName command.
  • .image: The SAVEONEVent:IMAGe command tree.
  • .waveform: The SAVEONEVent:WAVEform command tree.

search property

search: Search

Return the SEARCH command tree.

Usage
  • Using the .query() method will send the SEARCH? query.
  • Using the .verify(value) method will send the SEARCH? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .addnew: The SEARCH:ADDNew command.
  • .deleteall: The SEARCH:DELETEALL command.
  • .delete: The SEARCH:DELete command.
  • .list: The SEARCH:LIST command.
  • .search: The SEARCH:SEARCH<x> command tree.
  • .selected: The SEARCH:SELected command.

searchtable property

searchtable: Searchtable

Return the SEARCHTABle command.

Description
  • This command adds or deletes a new search event table in an Option 5-WIN (Microsoft Windows 10 OS) TekExpress compliance testing application.
Usage
  • Using the .write(value) method will send the SEARCHTABle value command.
SCPI Syntax
- SEARCHTABle {ADDNew|DELete} <qstring>
Info
  • ADDNew adds a new search events table in the display area.
  • DELete removes a displayed search events table from the display area.
  • <qstring> contains the name of the search table.

set_ property

set_: Set

Return the SET command.

Description
  • This query-only command returns the commands that list the instrument settings, except for configuration information for the calibration values. You can use these commands to return the instrument to the state it was in when you made the SET? query. The SET? query always returns command headers, regardless of the setting of the HEADER command. This is because the returned commands are intended to be sent back to the instrument as a command string. The VERBOSE command can still be used to specify whether the returned headers should be abbreviated or full-length. This command is identical to the LRN command.
Usage
  • Using the .query() method will send the SET? query.
  • Using the .verify(value) method will send the SET? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SET?

socketserver property

socketserver: Socketserver

Return the SOCKETServer command tree.

Usage
  • Using the .query() method will send the SOCKETServer? query.
  • Using the .verify(value) method will send the SOCKETServer? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .enable: The SOCKETServer:ENAble command.
  • .port: The SOCKETServer:PORT command.
  • .protocol: The SOCKETServer:PROTOCol command.

sre property

sre: Sre

Return the *SRE command.

Description
  • The *SRE (Service Request Enable) command sets and queries the bits in the Service Request Enable Register. For more information, refer to Registers.
Usage
  • Using the .query() method will send the *SRE? query.
  • Using the .verify(value) method will send the *SRE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the *SRE value command.
SCPI Syntax
- *SRE <NR1>
- *SRE?
Info
  • <NR1> is a value in the range from 0 through 255. The binary bits of the SRER are set according to this value. Using an out-of-range value causes an execution error. The power-on default for SRER is 0 if *PSC is 1. If *PSC is 0, the SRER maintains the previous power cycle value through the current power cycle.

stb property

stb: Stb

Return the *STB command.

Description
  • The *STB? (Read Status Byte) query returns the contents of the Status Byte Register (SBR) using the Master Summary Status (MSS) bit. For more information, refer to Registers.
Usage
  • Using the .query() method will send the *STB? query.
  • Using the .verify(value) method will send the *STB? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- *STB?

sv property

sv: Sv

Return the SV command tree.

Usage
  • Using the .query() method will send the SV? query.
  • Using the .verify(value) method will send the SV? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .ch: The SV:CH<x> command tree.
  • .lockcenter: The SV:LOCKCenter command.
  • .lockspectrum: The SV:LOCKSpectrum command.
  • .marker: The SV:MARKER command tree.
  • .rf_phase: The SV:RF_PHASe command tree.
  • .s: The SV:S<x> command tree.
  • .spectrogram: The SV:SPECtrogram command tree.

time property

time: Time

Return the TIMe command.

Description
  • This command sets the time in the form hh:mm:ss where hh refers to a two-digit hour number, mm refers to a two-digit minute number from 01 to 60, and ss refers to a two-digit second number from 01 to 60.
Usage
  • Using the .query() method will send the TIMe? query.
  • Using the .verify(value) method will send the TIMe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the TIMe value command.
SCPI Syntax
- TIMe <QString>
- TIMe?
Info
  • <QString> is a quoted string representing the desired time.
Sub-properties
  • .zone: The TIMe:ZONe command.

totaluptime property

totaluptime: Totaluptime

Return the TOTaluptime command.

Description
  • Total number of hours the instrument has been turned on since the NV memory was last programmed, usually during the initial manufacturing process.
Usage
  • Using the .query() method will send the TOTaluptime? query.
  • Using the .verify(value) method will send the TOTaluptime? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- TOTaluptime?

trigger property

trigger: Trigger

Return the TRIGger command tree.

Usage
  • Using the .query() method will send the TRIGger? query.
  • Using the .verify(value) method will send the TRIGger? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .a: The TRIGger:A command tree.
  • .b: The TRIGger:B command tree.

tst property

tst: Tst

Return the *TST command.

Description
  • Tests (self-test) the interface and returns a 0.
Usage
  • Using the .query() method will send the *TST? query.
  • Using the .verify(value) method will send the *TST? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- *TST?

undo property

undo: Undo

Return the UNDO command.

Description
  • Reverts the instrument settings to a state before the previous command or user interface action.
Usage
  • Using the .write() method will send the UNDO command.
SCPI Syntax
- UNDO

verbose property

verbose: Verbose

Return the VERBose command.

Description
  • This command sets or queries the Verbose state that controls the length of keywords on query responses. Keywords can be both headers and arguments.
Usage
  • Using the .write(value) method will send the VERBose value command.
SCPI Syntax
- VERBose {ON|OFF|<NR1>}
Info
  • <NR1> = 0 disables Verbose, any other value enables Verbose.
  • OFF sets the Verbose state to false, which returns minimum-length keywords for applicable setting queries.
  • ON sets the Verbose state to true, which returns full-length keywords for applicable setting queries.

vertical property

vertical: Vertical

Return the VERTical command tree.

Usage
  • Using the .query() method will send the VERTical? query.
  • Using the .verify(value) method will send the VERTical? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .deskew: The VERTical:DESKew command tree.

visual property

visual: Visual

Return the VISual command tree.

Usage
  • Using the .query() method will send the VISual? query.
  • Using the .verify(value) method will send the VISual? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .area: The VISual:AREA<x> command tree.
  • .deleteall: The VISual:DELETEALL command.
  • .enable: The VISual:ENAble command.
  • .equation: The VISual:EQUation command.
  • .showareas: The VISual:SHOWAReas command.
  • .showcriteria: The VISual:SHOWCRiteria command.
  • .showequation: The VISual:SHOWEQuation command.

wai property

wai: Wai

Return the *WAI command.

Description
  • The *WAI (Wait) command (no query form) prevents the instrument from executing further commands or queries until all pending commands that generate an OPC message are complete. This command allows you to synchronize the operation of the instrument with your application program. For more information, refer to Synchronization Methods.
Usage
  • Using the .write() method will send the *WAI command.
SCPI Syntax
- *WAI

wavfrm property

wavfrm: Wavfrm

Return the WAVFrm command.

Description
  • This query-only command provides the Tektronix standard waveform query which returns the waveform preamble followed by the waveform data for the source specified by :DATa:SOUrce using the :DATa settings for encoding, width, and so forth.
Usage
  • Using the .query() method will send the WAVFrm? query.
  • Using the .verify(value) method will send the WAVFrm? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- WAVFrm?

wfmoutpre property

wfmoutpre: Wfmoutpre

Return the WFMOutpre command.

Description
  • This query-only command queries the waveform formatting data for the waveform specified by the DATA:SOURCE command. 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 the DATa:SOUrce specified waveform.
Usage
  • Using the .query() method will send the WFMOutpre? query.
  • Using the .verify(value) method will send the WFMOutpre? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- WFMOutpre?
Sub-properties
  • .asc_fmt: The WFMOutpre:ASC_Fmt command.
  • .bit_nr: The WFMOutpre:BIT_Nr command.
  • .bn_fmt: The WFMOutpre:BN_Fmt command.
  • .byt_nr: The WFMOutpre:BYT_Nr command.
  • .byt_or: The WFMOutpre:BYT_Or command.
  • .centerfrequency: The WFMOutpre:CENTERFREQuency command.
  • .domain: The WFMOutpre:DOMain command.
  • .encdg: The WFMOutpre:ENCdg command.
  • .nr_pt: The WFMOutpre:NR_Pt command.
  • .pt_fmt: The WFMOutpre:PT_Fmt command.
  • .pt_order: The WFMOutpre:PT_ORder command.
  • .pt_off: The WFMOutpre:PT_Off command.
  • .resample: The WFMOutpre:RESample command.
  • .span: The WFMOutpre:SPAN command.
  • .wfid: The WFMOutpre:WFId command.
  • .wfmtype: The WFMOutpre:WFMTYPe command.
  • .xincr: The WFMOutpre:XINcr command.
  • .xunit: The WFMOutpre:XUNit command.
  • .xzero: The WFMOutpre:XZEro command.
  • .ymult: The WFMOutpre:YMUlt command.
  • .yoff: The WFMOutpre:YOFf command.
  • .yunit: The WFMOutpre:YUNit command.
  • .yzero: The WFMOutpre:YZEro command.

TekScopePCMixin

A mixin that provides access to the TekScopePC commands and constants.

Properties
  • .command_argument_constants: The TekScopePC command argument constants.
  • .commands: The TekScopePC commands.

command_argument_constants cached property

command_argument_constants: TekScopePCCommandConstants

Return the TekScopePC command argument constants.

This provides access to all the string constants which can be used as arguments for TekScopePC commands.

commands cached property

Return the TekScopePC commands.

This provides access to all the commands for the TekScopePC device. See the documentation of each sub-property for more usage information.

Sub-properties
  • .actonevent: The ACTONEVent command tree.
  • .alias: The ALIas command.
  • .allev: The ALLEv command.
  • .autosavepitimeout: The AUTOSAVEPITIMEOUT command.
  • .autosaveuitimeout: The AUTOSAVEUITIMEOUT command.
  • .bus: The BUS command tree.
  • .bustable: The BUSTABle command tree.
  • .busy: The BUSY command.
  • .callouts: The CALLOUTS command tree.
  • .ch: The CH<x> command.
  • .cls: The *CLS command.
  • .configuration: The CONFIGuration command tree.
  • .curve: The CURVe command.
  • .curvestream: The CURVEStream command.
  • .customtable: The CUSTOMTABle command tree.
  • .data: The DATa command.
  • .date: The DATE command.
  • .dese: The DESE command.
  • .display: The DISplay command.
  • .ese: The *ESE command.
  • .esr: The *ESR command.
  • .event: The EVENT command.
  • .evmsg: The EVMsg command.
  • .evqty: The EVQty command.
  • .eyemask: The EYEMASK command tree.
  • .factory: The FACtory command.
  • .filesys: The FILESYS command tree.
  • .filesystem: The FILESystem command.
  • .header: The HEADer command.
  • .histogram: The HISTogram command tree.
  • .horizontal: The HORizontal command tree.
  • .id: The ID command.
  • .idn: The *IDN command.
  • .lic: The LIC command tree.
  • .license: The LICense command.
  • .lrn: The *LRN command.
  • .mainwindow: The MAINWindow command tree.
  • .mask: The MASK command tree.
  • .math: The MATH command tree.
  • .matharbflt: The MATHArbflt<x> command tree.
  • .meastable: The MEASTABle command tree.
  • .measu: The MEASU command tree.
  • .measurement: The MEASUrement command.
  • .opc: The *OPC command.
  • .opt: The *OPT command.
  • .pause: The PAUSe command.
  • .peakstable: The PEAKSTABle command tree.
  • .plot: The PLOT command tree.
  • .power: The POWer command tree.
  • .psc: The *PSC command.
  • .pud: The *PUD command.
  • .recall: The RECAll command tree.
  • .ref: The REF command tree.
  • .refx: The REF<x> command tree.
  • .rem: The REM command.
  • .remote: The REMOTE command tree.
  • .rst: The *RST command.
  • .s: The S<x> command tree.
  • .save: The SAVe command tree.
  • .saveonevent: The SAVEONEVent command tree.
  • .search: The SEARCH command tree.
  • .searchtable: The SEARCHTABle command.
  • .set: The SET command.
  • .socketserver: The SOCKETServer command tree.
  • .sre: The *SRE command.
  • .stb: The *STB command.
  • .sv: The SV command tree.
  • .time: The TIMe command.
  • .totaluptime: The TOTaluptime command.
  • .trigger: The TRIGger command tree.
  • .tst: The *TST command.
  • .undo: The UNDO command.
  • .verbose: The VERBose command.
  • .vertical: The VERTical command tree.
  • .visual: The VISual command tree.
  • .wai: The *WAI command.
  • .wavfrm: The WAVFrm command.
  • .wfmoutpre: The WFMOutpre command.