问题
我使用 ZVB 测量 S 参数,并提取测量数据。
我获取的值是实数和虚数。
我能否直接读取 ZVB 的幅度 (dB) 和相位 (°)?
我使用 ZVB 测量 S 参数,并提取测量数据。
我获取的值是实数和虚数。
我能否直接读取 ZVB 的幅度 (dB) 和相位 (°)?
您可以直接读取 ZVB8 的幅度和相位。
首先,您必须显示一条幅度迹线以及另一条相位迹线。 之后,您可以读取格式化数据。
此处示例显示 Trc1 中的 S11 幅度以及 Trc2 中的 S11 相位,然后读出 S11 的幅度和相位值
INIT:CONT OFF 'Switch to single sweep
CALC1:PAR:MEAS 'Trc1','S11' ''Trc1' in channel 1 to measure 's11'
CALC1:PAR:SEL 'Trc1' 'Activate trace Trc1 in channel 1
CALC1:FORM MLOG 'Set trace 1 to magnitude
CALC1:PAR:SDEF 'Trc2','S11' ''Trc2' in channel 1 to measure 's11'
CALC1:PAR:SEL 'Trc2' 'Activate trace Trc2 in channel 1
CALC1:FORM PHAS 'Set trace 2 to phase
DISPLAY:WINDOW1:STATE ON 'Display the window
DISP:WIND1:TRAC2:FEED 'Trc2' 'Assign the trace to the window
INIT:IMM;*OPC 'Start sweep
== Wait now for the OPC-Bit ==
CALC:DATA:DALL? FDATA 'Get the formatted data of both traces – first all magnitude values and then all phase values