active
¶
The active commands module.
These commands are used in the following models: AWG5200, AWG70KA, AWG70KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- ACTive:MODE {NORMal|CALibration|DIAGnostic}
- ACTive:MODE?
Active
¶
Bases: SCPICmdRead
The ACTive command tree.
Usage
- Using the
.query()method will send theACTive?query. - Using the
.verify(value)method will send theACTive?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.mode: TheACTive:MODEcommand.
mode
property
¶
mode: ActiveMode
Return the ACTive:MODE command.
Description
- This command enables and disables access to diagnostics or calibration. When the
active mode is DIAGnostic or CALibration, all other non-diagnostic and non-calibration
commands are ignored and no action occurs. If a test or procedure is in progress,
errors are not returned; they are added to the system error queue, which can be
accessed with
SYSTEM:ERROR:NEXT. For example: -200, ‘[D|C] are still running;’ -300,’Device-specific error; Diagnostics tests still in progress -act:modediag’ -300,’Device-specific error; Calibration procedures still in progress -act:modecal’ To avoid this error, use the commandDIAGNOSTIC:STOP:STATEorCALIBRATION:STOP:STATEto test for this condition. This command blocks when changing any state. Changing the state to NORMal causes a hardware initialization process and any related system settings are restored. If any diagnostic tests are in progress, then the request to change the active mode fails and the mode will not change. When changing the active mode, it’s recommended to follow the action with an operation complete command (*OPC) to ensure the command has finished before other commands are processed.
Usage
- Using the
.query()method will send theACTive:MODE?query. - Using the
.verify(value)method will send theACTive:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTive:MODE valuecommand.
SCPI Syntax
- ACTive:MODE {NORMal|CALibration|DIAGnostic}
- ACTive:MODE?
Info
NORMaldisables any active state for either calibration or diagnostics. When entering the active state of normal, the hardware is set to a default state and the previous system state is restored and waveform playout is set to off.CALibrationenables the active state for the calibration. Entering the active state of calibration turns waveform playout off.DIAGnosticenables the active state for the diagnostics. Entering the active state of diagnostics turns waveform playout off.*RSTsets this to NORM.
ActiveMode
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACTive:MODE command.
Description
- This command enables and disables access to diagnostics or calibration. When the active
mode is DIAGnostic or CALibration, all other non-diagnostic and non-calibration commands
are ignored and no action occurs. If a test or procedure is in progress, errors are not
returned; they are added to the system error queue, which can be accessed with
SYSTEM:ERROR:NEXT. For example: -200, ‘[D|C] are still running;’ -300,’Device-specific error; Diagnostics tests still in progress -act:modediag’ -300,’Device-specific error; Calibration procedures still in progress -act:modecal’ To avoid this error, use the commandDIAGNOSTIC:STOP:STATEorCALIBRATION:STOP:STATEto test for this condition. This command blocks when changing any state. Changing the state to NORMal causes a hardware initialization process and any related system settings are restored. If any diagnostic tests are in progress, then the request to change the active mode fails and the mode will not change. When changing the active mode, it’s recommended to follow the action with an operation complete command (*OPC) to ensure the command has finished before other commands are processed.
Usage
- Using the
.query()method will send theACTive:MODE?query. - Using the
.verify(value)method will send theACTive:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACTive:MODE valuecommand.
SCPI Syntax
- ACTive:MODE {NORMal|CALibration|DIAGnostic}
- ACTive:MODE?
Info
NORMaldisables any active state for either calibration or diagnostics. When entering the active state of normal, the hardware is set to a default state and the previous system state is restored and waveform playout is set to off.CALibrationenables the active state for the calibration. Entering the active state of calibration turns waveform playout off.DIAGnosticenables the active state for the diagnostics. Entering the active state of diagnostics turns waveform playout off.*RSTsets this to NORM.