header

The header commands module.

These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B

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

Please report an issue if one is found.

Commands and Queries
- HEADer {ON|OFF|<NR1>}
- HEADer?

Header

Bases: SCPICmdWrite, SCPICmdRead

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. Note: This command does not affect IEEE Std 488.2-1987 Common Commands (those starting with an asterisk); these commands never return headers.
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.