SIGLENT SNA5000A Vector Network Analyzer Programming Guide

Type
Programming Guide
SNA5000A Series
Vector Network Analyzer
Programming Guide
E03C
SNA5000A Programming Guide 1
Copyright
â—† SIGLENT TECHNOLOGIES CO., LTD All Rights Reserved.
â—† SIGLENT is the registered trademark of SIGLENT TECHNOLOGIES CO., LTD.
â—† Information in this publication replaces all previously corresponding material.
â—† SIGLENT reserves the right to modify or change parts of or all the specifications or pricing
policies at company's sole decision.
â—† Any method of copying, extracting or translating the contents of this manual is not allowed
without the permission of SIGLENT.
2 SNA5000A Programming Guide
Contents
COPYRIGHT .......................................................................................................................................................... 1
CONTENTS ............................................................................................................................................................ 2
1 SUPPORTED MODELS ................................................................................................................................... 5
2 PROGRAMMING OVERVIEW ......................................................................................................................... 5
2.1 REMOTELY OPERATING THE ANALYZER .................................................................................................................. 5
2.2 BUILD COMMUNICATION ................................................................................................................................... 8
2.3 REMOTE CONTROL CAPABILITIES........................................................................................................................ 11
3 SCPI OVERVIEW .......................................................................................................................................... 15
3.1 COMMAND FORMAT ....................................................................................................................................... 15
3.2 SYMBOL INSTRUCTION ..................................................................................................................................... 15
3.3 PARAMETER TYPE ............................................................................................................................................ 16
3.4 COMMAND ABBREVIATION ............................................................................................................................... 18
4 SYSTEM COMMANDS ................................................................................................................................. 19
4.1 IEEE COMMON COMMANDS ............................................................................................................................ 19
4.2 CALCULATE SUBSYSTEM ................................................................................................................................... 23
4.3 DISPLAY SUBSYSTEM ..................................................................................................................................... 157
4.4 FORMAT SUBSYSTEM ..................................................................................................................................... 188
4.5 INITIATE SUBSYSTEM ..................................................................................................................................... 189
4.6 MEMORY SUBSYSTEM ................................................................................................................................... 191
4.7 OUTPUT SUBSYSTEM ..................................................................................................................................... 211
4.8 SENSE SUBSYSTEM ........................................................................................................................................ 212
SNA5000A Programming Guide 3
4.9 SERVICE SUBSYSTEM...................................................................................................................................... 289
4.10 SOURCE SUBSYSTEM ..................................................................................................................................... 294
4.11 SYSTEM SUBSYSTEM ...................................................................................................................................... 304
4.12 TRIGGER SUBSYSTEM ..................................................................................................................................... 319
5 TDR COMMANDS ..................................................................................................................................... 326
5.1 CALCULATE SUBSYSTEM ................................................................................................................................. 326
5.2 DISPLAY SUBSYSTEM ..................................................................................................................................... 363
5.3 MEMORY SUBSYSTEM ................................................................................................................................... 371
5.4 SENSE SUBSYSTEM ........................................................................................................................................ 372
5.5 TRIGGER SUBSYSTEM ..................................................................................................................................... 380
5.6 SYSTEM SUBSYSTEM ...................................................................................................................................... 381
6 SPECTRUM ANALYZER COMMANDS ......................................................................................................... 382
6.1 SA CALCULATE SUBSYSTEM ............................................................................................................................ 382
6.2 SA SENSE SUBSYSTEM ................................................................................................................................... 398
7 FREQUENCY OFFSET MEASUREMENT COMMANDS .................................................................................. 413
7.1 FOM SENSE SUBSYSTEM ............................................................................................................................... 413
8 FREQUENCY CONVERTER APPLICATION COMMANDS ............................................................................... 437
8.1 FCA SENSE SUBSYSTEM ................................................................................................................................. 437
9 PULSE MEASUREMENT COMMANDS ........................................................................................................ 475
9.1 PULSE SUBSYSTEM ........................................................................................................................................ 475
10 PROGRAMMING EXAMPLES ................................................................................................................. 481
10.1 EXAMPLES OF USING VISA ............................................................................................................................. 481
10.2 EXAMPLES OF USING SOCKETS/TELNET .............................................................................................................. 502
4 SNA5000A Programming Guide
SNA5000A Programming Guide 5
1 Supported Models
The commands and queries listed in this document can be used for SIGLENTs Vector Network
Analyzer SNA5000A Series as shown below.
Model
Ports
Frequency range
SNA5002A
2
9kHz-4.5GHz
SNA5004A
4
9kHz-4.5GHz
SNA5012A
2
9kHz-8.5GHz
SNA5014A
4
9kHz-8.5GHz
SNA5022A
2
100kHz-13.5GHz
SNA5032A
2
100kHz-26.5GHz
2 Programming Overview
SNA5000A – series Vector Network Analyzer, support LAN, USB Device, and GPIB-USB Host
interfaces. By using these interfaces, in combination with programming languages and/or NI- VISA
software, users can remotely control the analyzer based on SCPI (Standard Commands for
Programmable Instruments) command set, and interoperate with other programmable instruments.
This chapter introduces how to build communication between the spectrum analyzer and a controller
computer with these interfaces.
2.1 Remotely Operating the Analyzer
The analyzer provides both the USB and LAN connection which allows you to set up a remote
operation environment with a controller computer. A controller computer could be a personal computer
(PC) or a minicomputer. Some intelligent instruments also function as controllers.
2.1.1 Connecting the Analyzer via the USB Device port
Refer to the following steps to finish the connection via USB-Device:
6 SNA5000A Programming Guide
1. Install NI-VISA on your PC for USB-TMC driver.
2. Connect the analyzer USB Device port to a PC with a USB A-B cable.
3. Switch on the analyzer.
The analyzer will be detected automatically as a new USB hardware.
2.1.2 Connecting the Analyzer via the LAN port
Refer to the following steps to finish the connection via LAN:
1. Install NI-VISA on your PC for VXI driver. Or without NI-VISA, using socket or telnet in your
PC’s Operating System.
2. Connect the analyzer to PC or the local area network with a LAN cable
3. Switch on the analyzer.
4. Press button on the front panel System → LAN Status to enter the LAN Config
5. Select the IP Config between Static and DHCP
â—† DHCP: the DHCP server in the current network will assign the network parameters
automatically (IP address, subnet mask, gate way) for the analyzer.
â—† Static: you can set the IP address, subnet mask, gate way manually. Press Apply.
SNA5000A Programming Guide 7
The analyzer will be detected automatically or manually as a new LAN point.
8 SNA5000A Programming Guide
2.1.3 Connecting the Analyzer via the USB-Host port (With USB-GPIB Adaptor)
Refer to the following steps to finish the connection via USB.
1. Install NI-VISA on your PC for GPIB driver.
2. Connect the analyzer USB Host port to a PC’s GPIB card port, with SIGLENT USB- GPIB
adaptor.
3. Switch on the analyzer
4. Press button on the front panel System →GPIB to enter the GPIB number.
The analyzer will be detected automatically as a new GPIB point.
2.2 Build Communication
2.2.1 Build Communication Using VISA
NI-VISA includes a Run-Time Engine version and a Full version. The Run-Time Engine version
provides NI device drivers such as USB-TMC, VXI, GPIB, etc. The full version includes the Run-Time
Engine and a software tool named NI MAX that provides a user interface to control the device.
You can get NI-VISA full version from:
http://www.ni.com/download/.
After download you can follow the steps below to install it:
a) Double click the visa_full.exe, dialog shown as below.
SNA5000A Programming Guide 9
b) Click Unzip, the installation process will automatically launch after unzipping files. If your
computer needs to install .NET Framework 4, its setup process will auto start.
c) The NI-VISA installing dialog is shown above. Click Next to start the installation process.
Set the install path, default path is "C:\Program Files\National Instruments\", you can change
it. Click Next, dialog shown as above.
d) Click Next twice, in the License Agreement dialog, select the "I accept the above 2 License
Agreement(s).", and click Next, dialog shown as below:
e) Click Next to run installation.
Now the installation is complete, reboot your PC.
10 SNA5000A Programming Guide
2.2.2 Build Communication Using Sockets/Telnet
Through LAN interface, VXI-11, Sockets and Telnet protocols can be used to communicate with the
spectrum analyzer. VXI-11 is provided in NI-VISA, while Sockets and Telnet are commonly included
in PC’s OS initially.
Sockets LAN is a method used to communicate with the vector network analyzer over the LAN
interface using the Transmission Control Protocol/Internet Protocol (TCP/IP). A socket is a
fundamental technology used for computer networking and allows applications to communicate using
standard mechanisms built into network hardware and operating systems. The method accesses a
port on the spectrum analyzer from which bidirectional communication with a network computer can
be established.
Before you can use sockets LAN, you must select the analyzer’s sockets port number to use:
Standard mode. Available on port 5025. Use this port for programming.
â—† Telnet mode. The telnet SCPI service is available on port 5024.
SNA5000A Programming Guide 11
2.3 Remote Control Capabilities
2.3.1 User-defined Programming
Users can use SCPI commands to program and control the vector network analyzer. For details, refer
to the introductions in "Programming Examples".
2.3.2 Send SCPI Commands via NI MAX
Users can control the vector network analyzer remotely by sending SCPI commands via NI-MAX
software.
2.3.2.1 Using USB
Run NI MAX software.
1. Click "Device and interface" at the upper left corner of the software.
2. Find the "USBTMC" device symbol.
3. Click "Open VISA Test Panel" option button, then the following interface will appear.
4. Click the "Input/Output" option button and click the "Query" option button in order to view the
operation information.
12 SNA5000A Programming Guide
NOTE: The "*IDN?" command (known as the Identification Query) returns the instrument
manufacturer, instrument model, serial number, and other identification information.
2.3.2.2 Using LAN
Select, "Add Network Device", and select "VISA TCP/IP Resource" as shown: Run NI MAX software.
1. Click "Device and interface" at the upper left corner of the software.
2. Find the "Network Devices" symbol; click "Add Network Devices".
3. Select "Manual Entry of LAN instrument", select "Next", and enter the IP address as shown. Click
Finish to establish the connection:
SNA5000A Programming Guide 13
NOTE: Leave the LAN Device Name BLANK or the connection will fail.
4. After a brief scan, the connection should be shown under "Network Devices":
5. Right-click on the product and select "Open NI-VISA Test Panel":
14 SNA5000A Programming Guide
6. Click "Input/Output" option button and click "Query" option button. If everything is OK, you will
see the Read operation information returned as shown below.
SNA5000A Programming Guide 15
3 SCPI Overview
3.1 Command Format
SCPI commands present a hierarchical tree structure containing multiple subsystems, and each of
the subsystems is made up of a root keyword and several subkeywords. The command string usually
starts with ":", the keywords are separated by ":" and the followed parameter settings are separated
by space. Query commands add "?" at the end of the string.
For example:
:SENSe:FREQuency:CENTer <freq>
:SENSe:FREQuency:CENTer?
SENSe is the root key of the command, FREQuency and CENTer are second and third keywords.
The command begins with ":", and separates the keywords at the same time, and the <freq>
separated by space and represents the parameter available for setting; "?" represents a query.
3.2 Symbol Instruction
The following four symbols are not the content of SCPI commands and cannot be sent with the
commands, but are usually used in the commands.
1. Triangle Brackets < >
The parameter in the triangle brackets must be replaced by an effective value. For example,
Send the ":SENSe1:SWEep:POINts <value>" command in ":SENSe1:SWEep:POINts 201".
2. Square Brackets [ ]
The content in the square brackets can be ignored. When the parameter is ignored, the instrument
will set the parameter to its default. For example,
In the ":SENSe:CORRection:IMPedance[:INPut][:MAGNitude]?" command, sending any of the four
16 SNA5000A Programming Guide
commands below can generate the same effect:
:SENSe:CORRection:IMPedance?
:SENSe:CORRection:IMPedance:INPut?
:SENSe:CORRection:IMPedance:MAGNitude?
:SENSe:CORRection:IMPedance:INPut:MAGNitude?
3. Vertical Bar |
The vertical bar is used to separate multiple parameters and when sending the command, you can
choose one of the parameters. For example,In the ":DISPlay:MAXimize ON|OFF|1|0" command, the
parameters available are "OFF", "ON", "0" or "1".
4. Braces { }
The parameters in the braces are optional which can be ignored or set for one or more times. For
example:
":SENSe{[1]-256}:SEGMent:LIST:CONTrol:DATA <Boolean>{,<Boolean>}" in the command, the
{,<Boolean>} parameters can be ignored or set for one or more times.
3.3 Parameter Type
The parameters in the commands introduced in this manual include 6 types: Boolean, enumeration,
integer, float, discrete and string.
1. Boolean
The parameters in the commands could be "OFF", "ON", "0" or "1". For example,
:CALCulate#:TRACe#:SMOothing[:STATe] ON|OFF|1|0
SNA5000A Programming Guide 17
2. Enumeration
The parameter could be any of the values listed. For example:
:SENSe#:SWEep:TYPE LINear|LOGarithmic|POWer|CW|SEGMent
The parameter should be "LINear", "LOGarithmic", "POWer", "CW" or "SEGMent".
3. String
The parameter should be the combinations of ASCII characters. For example:
:SYSTem:COMMunicate:LAN:IPADdress <"xxx.xxx.xxx.xxx">
The parameter can be set as "192.168.1.12" string.
4. Integer
Except other notes, the parameter can be any integer within the effective value range. For example:
:SYSTem:COMMunicate:GPIB:ADDRess <value>
The parameter <value> can be set to any integer between 1 and 30.
5. Float
The parameter could be any value within the effective value range according to the accuracy
requirement (the default accuracy contains up to 9 digits after the decimal points). For example:
:SENSe#:FREQuency:STARt <value>
The parameter <value > can be choose any number between the MIN and MAX frequency limits of
the analyzer.
6. Discrete
18 SNA5000A Programming Guide
The parameter could only be one of the specified values and these values are discontinuous. For example:
:SENSe#:BANDwidth[:RESolution] <numeric>
The parameter <numeric> could only be one of 10, 15, 20, 30, 40, 50, 70, 100 … 7k, 10k …1M, 1.5M,
3M.
3.4 Command Abbreviation
All of the commands are not case sensitive, so you can use any of them. But if abbreviation is used,
all the capital letters in the command must be written completely. For example:
:CALCulate1:TRACe1:BLIMit:MINimum?
Can be abbreviated to:
:CALC1:TRAC1:BLIM:MIN?
SNA5000A Programming Guide 19
4 System Commands
4.1 IEEE Common Commands
4.1.1 Identification Query (*IDN)
Command Format
*IDN?
Instruction
Returns an instrument identification information string. The string will
contain the manufacturer, model number, serial number, and software
number.
Menu
None
Example
*IDN?
Return: Siglent Technologies,SNA5084X,1234567890,V1.0.0.1.5
4.1.2 Reset (*RST)
Command Format
*RST
Instruction
This command presets the instrument to a factory defined condition that
is appropriate for remote programming operation. *RST is equivalent to
performing the two commands :SYSTem:PRESet and *CLS. This
command always performs a factory preset.
Menu
None
Example
*RST
4.1.3 Clear Status (*CLS)
Command Format
*CLS
Instruction
Clears the status byte register. It does this by emptying the error queue
and clearing all bits in all of the event registers. The status byte register
summarizes the states of the other registers. It is also responsible for
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377
  • Page 378 378
  • Page 379 379
  • Page 380 380
  • Page 381 381
  • Page 382 382
  • Page 383 383
  • Page 384 384
  • Page 385 385
  • Page 386 386
  • Page 387 387
  • Page 388 388
  • Page 389 389
  • Page 390 390
  • Page 391 391
  • Page 392 392
  • Page 393 393
  • Page 394 394
  • Page 395 395
  • Page 396 396
  • Page 397 397
  • Page 398 398
  • Page 399 399
  • Page 400 400
  • Page 401 401
  • Page 402 402
  • Page 403 403
  • Page 404 404
  • Page 405 405
  • Page 406 406
  • Page 407 407
  • Page 408 408
  • Page 409 409
  • Page 410 410
  • Page 411 411
  • Page 412 412
  • Page 413 413
  • Page 414 414
  • Page 415 415
  • Page 416 416
  • Page 417 417
  • Page 418 418
  • Page 419 419
  • Page 420 420
  • Page 421 421
  • Page 422 422
  • Page 423 423
  • Page 424 424
  • Page 425 425
  • Page 426 426
  • Page 427 427
  • Page 428 428
  • Page 429 429
  • Page 430 430
  • Page 431 431
  • Page 432 432
  • Page 433 433
  • Page 434 434
  • Page 435 435
  • Page 436 436
  • Page 437 437
  • Page 438 438
  • Page 439 439
  • Page 440 440
  • Page 441 441
  • Page 442 442
  • Page 443 443
  • Page 444 444
  • Page 445 445
  • Page 446 446
  • Page 447 447
  • Page 448 448
  • Page 449 449
  • Page 450 450
  • Page 451 451
  • Page 452 452
  • Page 453 453
  • Page 454 454
  • Page 455 455
  • Page 456 456
  • Page 457 457
  • Page 458 458
  • Page 459 459
  • Page 460 460
  • Page 461 461
  • Page 462 462
  • Page 463 463
  • Page 464 464
  • Page 465 465
  • Page 466 466
  • Page 467 467
  • Page 468 468
  • Page 469 469
  • Page 470 470
  • Page 471 471
  • Page 472 472
  • Page 473 473
  • Page 474 474
  • Page 475 475
  • Page 476 476
  • Page 477 477
  • Page 478 478
  • Page 479 479
  • Page 480 480
  • Page 481 481
  • Page 482 482
  • Page 483 483
  • Page 484 484
  • Page 485 485
  • Page 486 486
  • Page 487 487
  • Page 488 488
  • Page 489 489
  • Page 490 490
  • Page 491 491
  • Page 492 492
  • Page 493 493
  • Page 494 494
  • Page 495 495
  • Page 496 496
  • Page 497 497
  • Page 498 498
  • Page 499 499
  • Page 500 500
  • Page 501 501
  • Page 502 502
  • Page 503 503
  • Page 504 504
  • Page 505 505
  • Page 506 506
  • Page 507 507
  • Page 508 508
  • Page 509 509

SIGLENT SNA5000A Vector Network Analyzer Programming Guide

Type
Programming Guide

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI