SETup:WPESquality

SETup:WPESquality

Last updated: October 26, 2010

GPIB Command Conventions

SETup:WPESquality:CONTinuous

Function

Sets/queries the trigger arm state for the PESQ measurement. See PESQ Measurement Parameters .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: G.00 and above
Test Application Revision: A.16.00 and above

Programming Example

 
OUTPUT 714;"SETup:WPESquality:CONTinuous OFF" 
!Sets measurement to single trigger mode.

SETup:WPESquality:INPut:VOLTage[:EXPected]

Function

Sets/queries the Expected Audio In Peak Voltage that is applied at the test set's AUDIO IN connector for the PESQ measurement. The units (V|mV|uV) are optional. If no units are specified, then units default to V. See PESQ Measurement Parameters .

Setting

Range: 0.001 to 2.0 V

Resolution: 1 mV

Query

Range: 0.001 to 2.0 V

*RST Setting

2.0 V

Requirements

Lab Application Revision G.00 and above
Test Application Revision: A.16.00 and above

Programming Example

 
OUTPUT 714;"SETup:WPESquality:INPut:VOLTage 2"
!Sets the PESQ Expected Audio In Peak Voltage to 2 V.

SETup:WPESquality:MEASurement:MODE

Function

Sets/queries the measurement mode used by the PESQ measurements. See PESQ Measurement Parameters .

Setting

Range: UPLink | DOWNlink | BOTH

Query

Range: UPL| DOWN | BOTH

*RST Setting

BOTH

Requirements

Lab Application Revision: G.00 and above
Test Application Revision: A.16.00 and above

Programming Example

 
OUTPUT 714;"SETup:WPESquality:MEASurement:MODE UPL" 
!Sets the PESQ measurement mode to Uplink audio.

SETup:WPESquality:OUTPut:VOLTage[:MAXimum]

Function

Sets/queries the PESQ Maximum Audio Out Peak voltage. The units (V|mV|uV) are optional. If no units are specified, then units default to V. See PESQ Measurement Parameters .

Setting

Range: 0.0 to 5.0 V

Resolution: 0.1 mV

Query

Range: 0.0 to 5.0 V

Resolution: 0.1 mV

*RST Setting

0.0 V

Requirements

Lab Application Revision: G.00 and above
Test Application Revision: A.16.00 and above

Programming Example

 
OUTPUT 714;"SETup:WPESquality:OUTPut:VOLTage 0.0"
! Sets the PESQ Maximum Audio Out Peak voltage.

SETup:WPESquality:SPEech

Function

Sets/queries the speech source of the PESQ measurement. See PESQ Measurement Parameters .

Setting

Range: MALE | FEMale

Query

Range: MALE | FEM

*RST Setting

MALE

Requirements

Lab Application Revision: G.00 and above
Test Application Revision: A.16.00 and above

Programming Example

 
OUTPUT 714;"SETup:WPESquality:SPEech MALE" 
!Sets the PESQ speech source to Male.

SETup:WPESquality:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the PESQ measurements' time-out STATe to 1 (ON) and, (2) sets the PESQ measurements' time-out value.

The query form returns the PESQ measurements' time-out value.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds, ON

Requirements

Lab Application Revision: G.00 and above
Test Application Revision: A.16.00 and above

Programming Example

 
OUTPUT 714;"SETup:WPESquality:TIMeout 5S" 
! Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:WPESquality:TIMeout:STATe

Function

Sets/queries the PESQ measurements's time-out state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: G.00 and above
Test Application Revision: A.16.00 and above

Programming Example

 
OUTPUT 714;"SETup:WPESquality:TIMeout:STATe ON"

SETup:WPESquality:TIMeout:TIME

Function

Sets/queries the PESQ measurements' time-out setting to be used when the time-out state is set to ON.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 1 second

Query

Range: 0.1 second

*RST Setting

10 seconds

Requirements

Lab Application Revision: G.00 and above
Test Application Revision: A.16.00 and above

Programming Example

 
OUTPUT 714;"SETup:WPESquality:TIMeout:TIME 5S"