AFX SERIES® OPERATION MANUAL
SECTION 8:
Entire Contents Copyright
2018 by Pacific Power Source, Inc. (PPS)
• All Rights Reserved • No reproduction without written authorization from PPS.
AFX Series Power Source Operation Manual
Page 300 of 402
Command Syntax
SYSTem:DIO:INput[n]:FALLing <cr>
SYSTem:DIO:INput[n]:RISing <cr>
Description
Sets the SCPI command to be executed at the rising or falling event of
that digital input [n]. n = 1, 2 or 3.
Parameters
SPCI command string
Parameter Format
<cr>
Example
SYST:DIO:IN1:FALL “OUTP 0”
SYST:DIO:IN1:RIS “OUTP 1”
These settings will enable the output at the rising edge of the pulse
and disable it at the falling edge.
Query Format
SYSTem:DIO:INput[n]:FALLing?
SYSTem:DIO:Input[n]:RISing?
Returned Data Format
<cr>
Query Example
SYST:DIO:IN1:RIS?
OUTP 1
SYST:DIO:IN1:FALL?
-
Command Syntax
SYSTem:DIO:INput[n]:FILtersize <nr1>
Description
Defines the time in ms (milliseconds) that the digital input has to
keep the state after a transition in order to generate the event.
If filtersize is zero, then the event is immediately generated,
otherwise the specified time will prevent short pulses from
generating events. This is useful in noisy environments and also if the
digital signal is controlled by a switch or a mechanical actuator.
Parameters
0 – 1000
Parameter Format
<nr1>
Example
SYST:DIO:IN1:FIL 8
Query Format
SYSTem:DIO:INput[n]:FILtersize?
Returned Data Format
<nr1>
Query Example
SYST:DIO:IN1:FIL?
8
Query Format
SYSTem:DIO:INput[n]:FILtersize:DEFault?
Description
Returns the default filter size value.
Returned Data Format
<nr1>
Query Example
SYST:DIO:IN1:FIL:DEF?
0
Query Format
SYSTem:DIO:INput[n]:FILtersize:MAXimum?
Description
Returns the maximum allowed filter size value.
Returned Data Format
<nr1>
Query Example
SYST:DIO:IN1:FIL:MAX?
1000