Last Updated: August 29, 2007
These commands are only applicable with a PAvT license.
These commands allow you to set the marker position on the Phase and Amplitude versus Time measurement.
For more information on the conventions used in the programming examples click here.
The setting form of this command performs two functions: (1) sets the marker time value in seconds for Phase and Amplitude versus Time measurements (see CALCulate:PAVTime:MARKer:TIME[?]) and (2) sets the marker state to on (see CALCulate:PAVTime:MARKer:STATe[?]). The units (S|MS|US|NS) are optional, if no units are specified then units default to S.
Setting Range: 50 to 512 ms
Query Range: 50 to 512 ms
Resolution: 0.001 ms
*RST Setting: 1 ms
Test Set Requirements: E6601A WCTS Program Version A.03 and above
Example:
' Set the PAVT marker to 2 ms.
TestSet.WriteString("CALCulate:PAVTime:MARKer 2MS")
Sets/queries the measurement marker state for Phase and Amplitude versus Time measurements.
The marker state can also be set to on using the CALCulate:PAVTime:MARKer[:STIMe][?] command.
Setting Range: 0 | OFF | 1 | ON
Query Range: 0 | 1
*RST Setting: 0 | OFF
Test Set Requirements: E6601A WCTS Program Version A.03 and above
Example:
' Turn the PAVT marker state to on.
TestSet.WriteString("CALCulate:PAVTime:MARKer:STATe ON")
Sets/queries the marker time value in seconds for Phase and Amplitude versus Time measurements. The units (S|MS|US|NS) are optional, if no units are specified then units default to S.
The marker time value can also be set using the CALCulate:PAVTime:MARKer[:STIMe][?] command.
Setting Range: 50 to 512 ms
Query Range: 50 to 512 ms
Resolution: 0.001 ms
*RST Setting: 1 ms
Test Set Requirements: E6601A WCTS Program Version A.03 and above
Example:
' Set the PAVT marker to 2 ms.
TestSet.WriteString("CALCulate:PAVTime:MARKer:TIME 2MS")