Property (Read-Write)
SCPI.SOURce.BIAS.PORT = Param
Param = SCPI.SOURce.BIAS.PORT
This command sets/gets the port of DC bias output. If this parameter changed, DC bias output is turned OFF.
Parameter |
Param |
Description |
DC bias output port |
Data Type |
Character string type (String) |
Range |
Select from either of the following:
|
Preset Value |
"LFOut" |
Dim DCPort as String
SCPI.SOURce.BIAS.PORT = "LFOut"
DCPort = SCPI.SOURce.BIAS.PORT
Sweep Setup > DC Bias Port > LF Out|Port 1
System > Overload Recovery > DC Bias Port > LF Out|Port 1
:SOURce:BIAS:PORT {LFOut|P1}
:SOURce:BIAS:PORT?
{LFO|P1} <newline><^END>
10 OUTPUT 717;":SOUR:BIAS:PORT P1"
20 OUTPUT 717;":SOUR:BIAS:PORT?"
30 ENTER 717;A$