Bnc 7000 Series Programmer Manual Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Generátory Bnc 7000 Series Programmer Manual. BNC 7000 Series Programmer Manual User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 37
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 0
1
Programmer’s Manual V1.1 (prelim)
SERIES 7000 Phase Noise Measurement Systems
Models MODEL 7070, MODEL 7300
Berkeley Nucleonics Corporation 2955 Kerner Blvd., San Rafael, CA 94901
Phone: 415-453-9955, Fax: 415-453-9956, Email: [email protected]om, Web: www.berkeleynucleonics.com
Zobrazit stránku 0
1 2 3 4 5 6 ... 36 37

Shrnutí obsahu

Strany 1

1 Programmer’s Manual V1.1 (prelim) SERIES 7000 Phase Noise Measurement Systems Models MODEL 7070, MODEL 7300

Strany 2

10 use VISA Read to get the response. The USBTMC protocol supports service request, triggers and other GPIB specific operations. USBTMC upgrades

Strany 3

11 2.10 Using SCPI for SERIES 7000 The Standard Commands for Programmable Instrumentation (SCPI) provides a uniform and consistent language to c

Strany 4

12 3 IEEE-488 Interface Commands 3.1 IEEE Mandated Commands The required common commands are IEEE-488.2 mandated commands that are defined in th

Strany 5 - Introduction

13 The Standard Event Status Enable (ESE) query returns the value of the Standard Event Status Enable Register. NOTE: Reading the Standard Event S

Strany 6 - Programming the SERIES 7000

14 *RST. However, cycling the instrument power will reset it to zero. 3.1.10 *SRE? The Service Request Enable (SRE) query returns the value of t

Strany 7

15 4 SCPI Commands This chapter provides an introduction to SCPI programming that includes descriptions of the command types, hierarchical comm

Strany 8

16 • SCPI optional commands (per SCPI 1999.0) • SCPI compliant commands that are unique to the SERIES 7000. Not all of the commands supported by

Strany 9

17 Units In the case of physical quantities, the unit can be entered. Permissible unit prefixes are G (giga), MA (mega), MHZ are also permissible)

Strany 10

18 :STATus :SYSTem :TRIGger The purpose of the TRIGger block is to provide an instrument with synchronization capability with external events. The

Strany 11

19 The transition filter is a special register that specifies which types of bit state changes in the condition register will set corresponding bi

Strany 12 - IEEE-488 Interface Commands

2 WARRANTY Berkeley Nucleonics Corporation warrants all instruments, including component parts, to be free from defe

Strany 13

20 4.8 Standard Event Status Group The Standard Event Status group, consisting of the Standard Event Status register (an Event register) and the

Strany 14

21 Berkeley Nucleonics Corporation 2955 Kerner Blvd., San Rafael, CA 94901 Phone: 415-453-9955, Fax: 415-453-9956, Email: info@berkel

Strany 15 - SCPI Commands

22 5 SCPI Command Description 5.1 :ABORt Subsystem The :ABORt command is a single command subsystem. There are no subcommands or associated d

Strany 16

23 :CALCulate:REQuest:DATA :CALCulate:AVErage:CURRent? :CALCulate:FREQuency? This command reads out the internal frequency counter and

Strany 17

24 The :INITiate subsystem controls the state of the SERIES 7000 trigger system. The subsystem commands and parameters are described below. The :I

Strany 18

25 SENSe:FREQuency:AUTO {ON|OFF|1|0} ON SENSe:FREQuency;DETect {ALWays | ONCe | NEVer} ALWays SENSe:POWer <value> Hz SENSe: POWer:EXE

Strany 19

26 SENSe:XX:POINTs <value> SENSe:XX:POINTs? Sets or gets the number of points per trace. SENSe:XX:PPDs <value> SENSe:XX:PPDs? Set

Strany 20

27 :SENSe:XX:AVERage:COUNt {1 ~ 999} :SENSe:XX:AVERage:COUNt? This command sets/gets average count. :SENSe:PATH This command switches the board

Strany 21

28 :STATus:QUEStionable:CONDition? :STATus:QUEStionable:ENABle <value> :STATus:QUEStionable:PTR <value> :STATus:QUEStionable:NT

Strany 22 - SCPI Command Description

29 :QUEStionable:PTR :STATus:QUEStionable:PTR This command sets the positive transition filter of the questionable status event register. :QUESti

Strany 23

3 Table of Contents 1 INTRODUCTION ...

Strany 24

30 :SYSTem:COMMunicate:LAN:DNS:DYNamic ON|OFF|1|0 :SYSTem:COMMunicate:LAN:DNS:OVERride ON|OFF|1|0 :SYSTem:COMMunicate:LAN:DNS[:SERVer] <ip

Strany 25

31 :LAN:DOMain (not implemented) :SYSTem:COMMunicate:LAN:DOMain <string> :SYSTem:COMMunicate:LAN:DOMain? This command defines the domain na

Strany 26

32 This command controls the LAN identify feature. ON(1) The command enables device identification by displaying the full- screen message "Id

Strany 27

33 A trigger signal comprises both positive and negative signal transitions (states), which are also called high and low periods. You can configur

Strany 28

34 state can be set high or low. The gate mode works only with an external trigger source. POINT Upon triggering, only a single point of the swe

Strany 29

35 5.9 UNIT Subsystem Command Parameters Unit (default) Remark UNIT:POWer W|V|DBM|DBC/HZ|UV/SQHZ DBM UNIT:FREQuency HZ|MHZ|GHZ HZ UNIT:NOISe

Strany 30

36 6 Examples (NEEDS REWORK) 6.1 Remote Phase Noise Measurement (FW 1.0) Following the SCPI command sequence for a typical remote phase noise me

Strany 32

4 6 EXAMPLES (NEEDS REWORK) ... 36 6

Strany 33

5 1 Introduction This manual provides information for remote operation of the SERIES 7000 Signal Source Analyzers / Phase Noise Measurement Sys

Strany 34

6 2 Programming the SERIES 7000 The SERIES 7000 can be accessed through LAN or USB interface. All interfaces use standard SCPI command set to pas

Strany 35

7 The TCP/IP setup requires the following: • IP Address: Every computer/electronic device in a TCP/IP network requires an IP address. An IP addres

Strany 36 - Examples (NEEDS REWORK)

8 TCPIP::192.168.1.50::INSTR is therefore a valid resource name. TCPIP designates the network protocol used and INSTR indicates that the VXI-11 p

Strany 37

9 2.5 Using Telnet LAN (Port 18) Telnet provides a means of communicating with the instrument over the LAN. The Telnet client, run on a LAN conne

Komentáře k této Příručce

Žádné komentáře