Property (Read-Write)
SCPI.SENSe.PN(Ch).EPRescaler.DIVision = Value
Value = SCPI.SENSe.PN(Ch).EPRescaler.DIVision
This command sets/gets external prescaler division, for the selected channel Ch.
Parameter |
Value |
Description |
External prescaler division |
Data Type |
Long integer type (Long) |
Range |
1|2|4|8|16|32|64|128|256 |
Preset Value |
1 |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Long
Var= 1
SCPI.SENSe.PN1.EPRescaler.DIVision = Var
Var = SCPI.SENSe.PN1.EPRescaler.DIVision
SCPI.SENSe.PN(Ch).EPRescaler.POWer
PN Menu: System > Instrument Setup > PN Ext. Prescaler > Division
SP Menu: System > Instrument Setup > PN Ext. Prescaler > Division
FP Menu: System > Instrument Setup > PN Ext. Prescaler > Division
TR Menu: System > Instrument Setup > PN Ext. Prescaler > Division
AM Menu: System > Instrument Setup > PN Ext. Prescaler > Division
BB Menu: System > Instrument Setup > PN Ext. Prescaler > Division
USER Menu: System > Instrument Setup > PN Ext. Prescaler > Division
:SENSe:PN[1-1]:EPRescaler:DIVision {1|2|4|8|16|32|64|128|256}
:SENSe:PN[1-1]:EPRescaler:DIVision?
{1|2|4|8|16|32|64|128|256} <newline><^END>
10 OUTPUT 717;":SENSe:PN1:EPRescaler:DIVision 1"
20 OUTPUT 717;":SENSe:PN1:EPRescaler:DIVision ?"
30 ENTER 717;A