SCPI.SOURce.BIAS.PORT

Object Type

Property (Read-Write)

Syntax

SCPI.SOURce.BIAS.PORT = Param

Param = SCPI.SOURce.BIAS.PORT

Description

This command sets/gets the port of DC bias output. If this parameter changed, DC bias output is turned OFF.

Variable

Parameter

Param

Description

DC bias output port

Data Type

Character string type (String)

Range

Select from either of the following:

  • "LFOut": Specifies the LF output port.

  • "P1": Specifies the Port 1.

Preset Value

"LFOut"

Examples

Dim DCPort as String
SCPI.SOURce.BIAS.PORT = "LFOut"
DCPort = SCPI.SOURce.BIAS.PORT

Related Objects

SCPI.SOURce.BIAS.ENABle

SCPI.SOURce.BIAS.VOLTage

Equivalent Key

Sweep Setup > DC Bias Port > LF Out|Port 1

System > Overload Recovery > DC Bias Port > LF Out|Port 1

Equivalent SCPI Command

Syntax

:SOURce:BIAS:PORT {LFOut|P1}

:SOURce:BIAS:PORT?

Query Response

{LFO|P1} <newline><^END>

Example of use

10 OUTPUT 717;":SOUR:BIAS:PORT P1"
20 OUTPUT 717;":SOUR:BIAS:PORT?"
30 ENTER 717;A$