Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ INST_STARTUP(3) — HP-UX SCPI B.02.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought

INST_STARTUP()

 

NAME

INST_STARTUP − Compiled SCPI Commands
 

SYNOPSIS

 
INST_STARTUP ();
 

DESCRIPTION

 
This is a Compiled SCPI macro command. The instrument startup command starts the register-based operating system.
 

PARAMETERS

 
none
 

COMMENTS

 
This command must be executed first at run time before any other instrument command.
 

EXAMPLE

 
This example shows the instrument startup command being used.
 

INST_DECL(vm, "E1411B", REGISTER);
 main()
{
INST_STARTUP();
.
.
.
INST_OPEN (vm, "VXI,24");
INST_CLEAR(vm);
.
.
}

  —  December 04, 1992

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026