SCPI.OUTPut.COUPling

Object Type

Property (Read-Write)

Syntax

SCPI.OUTPut.COUPling = Param

Param = SCPI.OUTPut.COUPling

Description

This command sets/gets the port coupling type whether the signal is AC or DC to the output port.

Variable

Parameter

   Param

Description

Port coupling type

Data Type

Character string type (String)

Range

Select from the following:

  • "AC": Specifies the AC coupling.

  • "DC": Specifies the DC coupling.

Preset Value

"DC"

Examples

Dim PtType as String
SCPI.OUTPut.COUPling = "DC"
PtType = SCPI.OUTPut.COUPling

Related Objects

Equivalent Key

System > S-Param Port Couple > AC|DC

Equivalent SCPI Command

Syntax

:OUTPut:COUPling {AC|DC}

:OUTPut:COUPling?

Query Response

{AC|DC} <newline><^END>

Example of use

10 OUTPUT 717;":OUTP:COUP DC"
20 OUTPUT 717;":OUTP:COUP?"
30 ENTER 717;A$