application
¶
The application commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- APPLication:LICENSE:SLOT<x>:LOCation?
- APPLication:LICENSE:SLOT<x>:TRANSFER EXECute
- APPLication:LICENSE:SLOT<x>:TYPe?
- APPLication:TYPe {POWer|LIMITMask|VIDPic|ACTONEVent|NONe}
- APPLication:TYPe?
Application
¶
Bases: SCPICmdRead
The APPLication command tree.
Usage
- Using the
.query()method will send theAPPLication?query. - Using the
.verify(value)method will send theAPPLication?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.license: TheAPPLication:LICENSEcommand tree..type: TheAPPLication:TYPecommand.
license
property
¶
license: ApplicationLicense
Return the APPLication:LICENSE command tree.
Usage
- Using the
.query()method will send theAPPLication:LICENSE?query. - Using the
.verify(value)method will send theAPPLication:LICENSE?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.slot: TheAPPLication:LICENSE:SLOT<x>command tree.
type
property
¶
type: ApplicationType
Return the APPLication:TYPe command.
Description
- This command sets or returns the application type. The query form will return NONe if none of the supported test application modules are installed. Attempting to set the application type to a type with no application option installed will result in a settings conflict error event.
Usage
- Using the
.query()method will send theAPPLication:TYPe?query. - Using the
.verify(value)method will send theAPPLication:TYPe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAPPLication:TYPe valuecommand.
SCPI Syntax
- APPLication:TYPe {POWer|LIMITMask|VIDPic|ACTONEVent|NONe}
- APPLication:TYPe?
Info
POWersets the application type to power analysis.LIMITMasksets the application type to limit mask test.VIDPicsets the application type to video picture.ACTONEVentsets the application type to act on event.NONe
ApplicationLicense
¶
Bases: SCPICmdRead
The APPLication:LICENSE command tree.
Usage
- Using the
.query()method will send theAPPLication:LICENSE?query. - Using the
.verify(value)method will send theAPPLication:LICENSE?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.slot: TheAPPLication:LICENSE:SLOT<x>command tree.
slot
property
¶
slot: dict[int, ApplicationLicenseSlotItem]
Return the APPLication:LICENSE:SLOT<x> command tree.
Usage
- Using the
.query()method will send theAPPLication:LICENSE:SLOT<x>?query. - Using the
.verify(value)method will send theAPPLication:LICENSE:SLOT<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.location: TheAPPLication:LICENSE:SLOT<x>:LOCationcommand..transfer: TheAPPLication:LICENSE:SLOT<x>:TRANSFERcommand..type: TheAPPLication:LICENSE:SLOT<x>:TYPecommand.
ApplicationLicenseSlotItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The APPLication:LICENSE:SLOT<x> command tree.
Usage
- Using the
.query()method will send theAPPLication:LICENSE:SLOT<x>?query. - Using the
.verify(value)method will send theAPPLication:LICENSE:SLOT<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.location: TheAPPLication:LICENSE:SLOT<x>:LOCationcommand..transfer: TheAPPLication:LICENSE:SLOT<x>:TRANSFERcommand..type: TheAPPLication:LICENSE:SLOT<x>:TYPecommand.
location
property
¶
location: ApplicationLicenseSlotItemLocation
Return the APPLication:LICENSE:SLOT<x>:LOCation command.
Description
- This query returns the license location. < x> can be slot number 1-4 (1-2 for 3 Series MDO models).
Usage
- Using the
.query()method will send theAPPLication:LICENSE:SLOT<x>:LOCation?query. - Using the
.verify(value)method will send theAPPLication:LICENSE:SLOT<x>:LOCation?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- APPLication:LICENSE:SLOT<x>:LOCation?
transfer
property
¶
transfer: ApplicationLicenseSlotItemTransfer
Return the APPLication:LICENSE:SLOT<x>:TRANSFER command.
Description
- You can use this command to transfer a license from a physical application option to an internal memory location within the oscilloscope, and to transfer it back. Once a license has been transferred to an internal location, the application that it enables can be used without the physical application option being present; the physical application option can be removed, thus freeing up a slot. However, the license then needs to be transferred back to the physical application option in order to use the license with another instrument. After licenses have been transferred, the oscilloscope power must be cycled in order to enable/disable the features affected by the option. Applications modules must only be installed and removed when the oscilloscope power is off. < x> can be slot number 1-4 (1-2 for 3 Series MDO models).
Usage
- Using the
.write(value)method will send theAPPLication:LICENSE:SLOT<x>:TRANSFER valuecommand.
SCPI Syntax
- APPLication:LICENSE:SLOT<x>:TRANSFER EXECute
type
property
¶
Return the APPLication:LICENSE:SLOT<x>:TYPe command.
Description
- This query returns the application license type of the option that is currently inserted in the specified application option slot. If there is no application option in the slot, NONE is returned. < x> can be slot number 1-4 (or 1-2 for 3 Series MDO models).
Usage
- Using the
.query()method will send theAPPLication:LICENSE:SLOT<x>:TYPe?query. - Using the
.verify(value)method will send theAPPLication:LICENSE:SLOT<x>:TYPe?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- APPLication:LICENSE:SLOT<x>:TYPe?
ApplicationLicenseSlotItemLocation
¶
Bases: SCPICmdRead
The APPLication:LICENSE:SLOT<x>:LOCation command.
Description
- This query returns the license location. < x> can be slot number 1-4 (1-2 for 3 Series MDO models).
Usage
- Using the
.query()method will send theAPPLication:LICENSE:SLOT<x>:LOCation?query. - Using the
.verify(value)method will send theAPPLication:LICENSE:SLOT<x>:LOCation?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- APPLication:LICENSE:SLOT<x>:LOCation?
ApplicationLicenseSlotItemTransfer
¶
Bases: SCPICmdWrite
The APPLication:LICENSE:SLOT<x>:TRANSFER command.
Description
- You can use this command to transfer a license from a physical application option to an internal memory location within the oscilloscope, and to transfer it back. Once a license has been transferred to an internal location, the application that it enables can be used without the physical application option being present; the physical application option can be removed, thus freeing up a slot. However, the license then needs to be transferred back to the physical application option in order to use the license with another instrument. After licenses have been transferred, the oscilloscope power must be cycled in order to enable/disable the features affected by the option. Applications modules must only be installed and removed when the oscilloscope power is off. < x> can be slot number 1-4 (1-2 for 3 Series MDO models).
Usage
- Using the
.write(value)method will send theAPPLication:LICENSE:SLOT<x>:TRANSFER valuecommand.
SCPI Syntax
- APPLication:LICENSE:SLOT<x>:TRANSFER EXECute
ApplicationLicenseSlotItemType
¶
Bases: SCPICmdRead
The APPLication:LICENSE:SLOT<x>:TYPe command.
Description
- This query returns the application license type of the option that is currently inserted in the specified application option slot. If there is no application option in the slot, NONE is returned. < x> can be slot number 1-4 (or 1-2 for 3 Series MDO models).
Usage
- Using the
.query()method will send theAPPLication:LICENSE:SLOT<x>:TYPe?query. - Using the
.verify(value)method will send theAPPLication:LICENSE:SLOT<x>:TYPe?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- APPLication:LICENSE:SLOT<x>:TYPe?
ApplicationType
¶
Bases: SCPICmdWrite, SCPICmdRead
The APPLication:TYPe command.
Description
- This command sets or returns the application type. The query form will return NONe if none of the supported test application modules are installed. Attempting to set the application type to a type with no application option installed will result in a settings conflict error event.
Usage
- Using the
.query()method will send theAPPLication:TYPe?query. - Using the
.verify(value)method will send theAPPLication:TYPe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAPPLication:TYPe valuecommand.
SCPI Syntax
- APPLication:TYPe {POWer|LIMITMask|VIDPic|ACTONEVent|NONe}
- APPLication:TYPe?
Info
POWersets the application type to power analysis.LIMITMasksets the application type to limit mask test.VIDPicsets the application type to video picture.ACTONEVentsets the application type to act on event.NONe