Property (Read-Write)
SCPI.SENSe.SP(Ch).DETector.FUNCtion = Value
Value = SCPI.SENSe.SP(Ch).DETector.FUNCtion
This command sets/gets detect mode, for the selected channel Ch.
Parameter |
Value |
Description |
Detect Mode |
Data Type |
Character string type (String) |
Range |
POSitive|SAMPle |
Preset Value |
POSitive |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "POSitive"
SCPI.SENSe.SP1.DETector.FUNCtion = Var
Var = SCPI.SENSe.SP1.DETector.FUNCtion
SP Menu: Format > Detector Mode
:SENSe:SP[1-1]:DETector:FUNCtion {POSitive|SAMPle}
:SENSe:SP[1-1]:DETector:FUNCtion?
{POSitive|SAMPle} <newline><^END>
10 OUTPUT 717;":SENSe:SP1:DETector:FUNCtion POSitive"
20 OUTPUT 717;":SENSe:SP1:DETector:FUNCtion ?"
30 ENTER 717;A$