:RECPlayback:SESSion:OPEN? <"string">

(Read-Only) Opens an existing Record/Playback session and returns 2 numbers separated by a comma.

1. The current quantity of traces in the session.

2. The current quantity of states in the session.

  • -1, -1 means nothing was opened. A session may already be open.

  • 0, 0 means the session was opened but currently empty.

Relevant Modes

SA, RTSA

Parameters

None

<"string">

Name of the session to be opened, enclosed in quotes. Not case sensitive.

Examples

RECP:SESS:OPEN? "MyOldSession"

Default

Not Applicable


Last Modified:

10-june-2016

Added RTSA mode (9.50)