Questions tagged [488.2]

4 questions
2
votes
1 answer

What is the purpose of the 6k2 pulldown resistor in the GPIB interface?

Ie: Dedicated chips exist, but older equipment use discrete components for this, where the output is often an open-collector gate/inverter. The purpose ofthe pullup is something I understand, but what is the purpose of the 6k2 pulldown? Is it to…
AndersG
  • 526
  • 3
  • 10
1
vote
3 answers

SCPI message exchange control implementation

This is more of a software question but I figured more would be known about SCPI (IEEE 488.2) here. I am implementing a full serial (using IEEE 1174) SCPI parser on an IC device but am wondering about the best way to implement this (in C).…
Toby
  • 825
  • 1
  • 8
  • 16
1
vote
2 answers

GPIB/SCPI Error Codes

I'm using a modern NI USB-GPIB adapter with NI-MAX 19/488.2 to query an Agilent E8361A VNA with SCPI commands. Commands such as *IDN? and SENS:FREQ:START? -- basically any command ending in a question mark -- returns the proper string with no…
NFRF
  • 11
  • 3
1
vote
1 answer

SCPI OUTput:COUPling command parameters AC|DC

In the SCPI-99 standard command reference the command 'output:coupling' is specified as taking the parameters 'AC' or 'DC'. However, this is the first time such a data type is mentioned! Should these be translated to boolean values as 'ON' and 'OFF'…
Toby
  • 825
  • 1
  • 8
  • 16