Sets the specified marker to the given marker type and make it the active marker. If set to REF then the specified marker is turn on and is set as reference marker. If set to DELT then the specified marker is turn on and is set as a delta marker. If set to OFF then the specified marker is turn off. The query version of this command returns the string “REF” if the specified marker is set as reference marker, “DELT” if set as delta marker, or “OFF” if the specified marker is currently set to off.
Sets the location of the marker on the x‑axis at the specified location. <x‑parameter> is defined in the current x‑axis units. The set command will set the specified marker as the active marker. The <x‑parameter> given unit must correspond to the specified marker domain type. If no unit is specified with the <x‑parameter> then the default unit will be used.
The query version of the command returns the location of the marker on the x‑axis followed by the unit. If the Start and Stop values of the domain are the same, then the query returns the X value along with the marker point number within the brackets. The marker point number is determined with the following formula:
For example, if 201 points are used in the measurement display, then the query returns: <x‑value> (101). When the results of division include a fraction, as in the current example, the result is rounded DOWN. 201 / 2 = 100.5 Rounding down to 100 before adding 1 yields the 101 that is returned by the query.
If an error occurs, such as marker not ON, the query version of the command returns an error code of – 400. Note that the marker is snapped to the data point closest to the specified value. The selected marker must be ON for the command to be valid.
Reads the current Y value for the specified marker. The units are in the y‑axis unit. The command returns the marker readout style followed by the Y value and unit. If an error occurs, such as marker not ON, the command returns an error code of – 400. The selected marker must be ON for the command to be valid.