SCPI Command
SENSe<Ch>:VVM:FORMat <char>
SENSe<Ch>:VVM:FORMat?
Sets or reads out the data format in vector voltmeter mode. |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|...|9}
<char> choose from:
LOGP |
Log magnitude and phase |
LINP |
Linear magnitude and phase |
SWR |
Voltage standing wave ratio |
IMP |
Impedance value |
Error occurs. The command is ignored.
{LOGP|LINP|SWR|IMP}
LOGP
Stimulus > Vector Voltmeter > Format > {LogMag/Phase | LinMag/Phase | SWR | Impedance}
Equivalent COM Command
SCPI.SENSe(Ch).VVM.FORMat
Param = app.SCPI.SENSe(Ch).VVM.FORMat
app.SCPI.SENSe(Ch).VVM.FORMat = "LOGP"
String (read/write)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)