:CALC<Ch>:CONV:FUNC

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:CONVersion:FUNCtion {ZREFlection|ZTRansmit|ZTSHunt|YREFlection|YTRansmit|YTSHunt|INVersion|CONJugation}

:CALCulate<Ch>[:SELected]:CONVersion:FUNCtion?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:CONVersion:FUNCtion {ZREFlection|ZTRansmit|ZTSHunt|YREFlection|YTRansmit|YTSHunt|INVersion|CONJugation}

:CALCulate<Ch>:TRACe<Tr>:CONVersion:FUNCtion?

Description

This command sets/gets the parameter after conversion using the parameter conversion function.

Variable

Parameter

Selection Option

Description

The parameter after conversion.

Data Type

Character string type (String)

Range

Select from the following:

  • "ZREFlection": Specifies the equivalent impedance in reflection measurement.

  • "ZTRansmit": Specifies the equivalent impedance (series) in transmission measurement.

  • "YREFlection": Specifies the equivalent admittance in reflection measurement.

  • "YTRansmit": Specifies the equivalent admittance (series) in transmission measurement.

  • "INVersion": Specifies the inverse S-parameter.

  • "ZTSHunt": Specifies the equivalent impedance (shunt) in transmission measurement.

  • "YTSHunt": Specifies the equivalent admittance (shunt) in transmission measurement.

  • "CONJugation": Specifies the conjugate.

Preset Value

"ZREFlection"

Query Response

{ZREF|ZTR|ZTSH|YREF|YTR|YTSH|INV|CONJ}<newline><^END>

Examples

Dim Var as String
Var= "ZREFlection"
Ena.WriteString ":CALC1:CONV:FUNC " & Var, True
Ena.WriteString ":CALC1:CONV:FUNC?", True
Var=Ena.ReadString

Related Commands

:CALC:CONV

Equivalent Softkey

Analysis > Conversion > Function

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.CONVERSION.FUNCTION

SCPI.CALCULATE(Ch).TRACE(Tr).CONVERSION.FUNCTION