Property (Read-Write)
SCPI.OUTPut.COUPling = Param
Param = SCPI.OUTPut.COUPling
This command sets/gets the port coupling type whether the signal is AC or DC to the output port.
Parameter |
Param |
Description |
Port coupling type |
Data Type |
Character string type (String) |
Range |
Select from the following:
|
Preset Value |
"DC" |
Dim PtType as String
SCPI.OUTPut.COUPling = "DC"
PtType = SCPI.OUTPut.COUPling
System > S-Param Port Couple > AC|DC
:OUTPut:COUPling {AC|DC}
:OUTPut:COUPling?
{AC|DC} <newline><^END>
10 OUTPUT 717;":OUTP:COUP DC"
20 OUTPUT 717;":OUTP:COUP?"
30 ENTER 717;A$