Property (Read-Write)
SCPI.SENSe.PN(Ch).CRANge = Value
Value = SCPI.SENSe.PN(Ch).CRANge
This command sets/gets capture range, for the selected channel Ch.
Parameter |
Value |
Description |
Capture range |
Data Type |
Character string type (String) |
Range |
NORMal|WIDE |
Preset Value |
NORMal |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "NORMal"
SCPI.SENSe.PN1.CRANge = Var
Var = SCPI.SENSe.PN1.CRANge
PN Menu: Setup > Capture Range
:SENSe:PN[1-1]:CRANge {NORMal|WIDE}
:SENSe:PN[1-1]:CRANge?
{NORMal|WIDE} <newline><^END>
10 OUTPUT 717;":SENSe:PN1:CRANge NORMal"
20 OUTPUT 717;":SENSe:PN1:CRANge ?"
30 ENTER 717;A$