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