Property (Read-Write)
SCPI.SENSe(Ch).DC.PARameter = Param
Param = SCPI.SENSe(Ch).DC.PARameter
This command sets/gets the port of DC monitor measurement, for the selected channel ( Ch).
Parameter |
Param |
Description |
Port of DC monitor measurement |
Data Type |
Character string type (String) |
Range |
Select from either of the following:
|
Preset Value |
"DCV" |
Dim DCPar as String
SCPI.SENSe(1).DC.PARameter = "DCI"
DCPar = SCPI.SENSe(1).DC.PARameter
SCPI.SENSe(Ch).DC.MEASure.DATA
SCPI.SENSe(Ch).DC.MEASure.ENABle
Meas > DC Monitor Setup > Function > Vdc Bias|Idc Bias|Vdc R|Vdc T
:SENSe{[1]-4}:DC:PARameter {DCV|DCI|R|T}
:SENSe{[1]-4}:DC:PARameter?
{DCV|DCI|R|T} <newline><^END>
10 OUTPUT 717;":SENS1:DC:PAR DCI"
20 OUTPUT 717;":SENS1:DC:PAR?"
30 ENTER 717;A$