CALL:DAINterface

CALL:DAINterface

Last updated: January 15, 2009

This topic is only applicable to the lab application.

GPIB Command Conventions

CALL:DAINterface:PLAY:STARt

Function Commands the test set to start playing the digital audio file.

Requirements

Revision: E.00.16 and above

Programming Example

 
OUTPUT 714;"CALL:DAINterface:PLAY:STARt" !Command the test set to start playing the digital audio file. 

CALL:DAINterface:PLAY:STATus?

Function

This command queries the playing status of the digital audio file in the test set.

Query

Range: IDLE|READ|PLAY|DONE

Requirements

Revision: E.00.16 and above

Programming Example

 
OUTPUT 714;"CALL:DAINterface:PLAY:STATus?" Query the playing status of the digital audio file. 

CALL:DAINterface:PLAY:STOP

Function Commands the test set to stop playing the digital audio file.

Requirements

Revision: E.00.16 and above

Programming Example

 
OUTPUT 714;"CALL:DAINterface:PLAY:STOP" !Command the test set to stop playing the digital audio file. 

CALL:DAINterface:RECord:STARt

Function Commands the test set to start recording the digital audio file.

Requirements

Revision: E.00.16 and above

Programming Example

 
OUTPUT 714;"CALL:DAINterface:RECord:STARt" !Command the test set to start recording the digital audio file. 

CALL:DAINterface:RECord:STATus?

Function

This command queries the recording status of the digital audio file in the test set.

Query

Range: IDLE|REC|DONE

Requirements

Revision: E.00.16 and above

Programming Example

 
OUTPUT 714;"CALL:DAINterface:RECord:STATus?" Query the recording status of the digital audio file. 

CALL:DAINterface:RECord:STOP

Function Commands the test set to stop recording the digital audio file.

Requirements

Revision: E.00.16 and above

Programming Example

 
OUTPUT 714;"CALL:DAINterface:RECord:STOP" !Command the test set to stop recording the digital audio file.