SCPI Command
CALCulate<Ch>[:SELected]:FORMat <char>
CALCulate<Ch>[:SELected]:FORMat?
Sets or reads out the trace format. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<char> specifies the trace format:
MLOGarithmic |
Logarithmic magnitude |
PHASe |
Phase |
GDELay |
Group delay time |
SLINear |
Smith chart format (Lin) |
SLOGarithmic |
Smith chart format (Log) |
SCOMplex |
Smith chart format (Real/Imag) |
SMITh |
Smith chart format (R + jX) |
SADMittance |
Smith chart format (G + jB) |
PLINear |
Polar format (Lin) |
PLOGarithmic |
Polar format (Log) |
POLar |
Polar format (Real/Imag) |
MLINear |
Linear magnitude |
SWR |
Voltage standing wave ratio |
REAL |
Real part |
IMAGinary |
Imaginary part |
UPHase |
Expanded phase |
{MLOG|PHAS|GDEL|SLIN|SLOG|SCOM|SMIT|SADM|PLIN|PLOG|POL|MLIN|SWR|REAL|IMAG|UPH}
MLOG
Responce > Format > {Log Mag | Phase | Group Delay | Lin Mag | SWR | Real | Imag | Phase Exp}
Responce > Format > Smith > {Log/Phase | Lin/Phase | Real/Imag | R+jX | G+jB}
Responce > Format > Polar > {Log/Phase | Ling/Phase | Real/Imag}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.FORMat
Param = app.SCPI.CALCulate(Ch).SELected.FORMat
app.SCPI.CALCulate(Ch).SELected.FORMat = "PHAS"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)