SCPI Command
SENSe<Ch>:SWEep:TYPE <char>
SENSe<Ch>:SWEep:TYPE?
Sets or reads out the sweep type. |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|...16}
<char> Specifies the sweep type:
LINear |
Linear frequency sweep |
LOGarithmic |
Logarithmic frequency sweep |
SEGMent |
Segment frequency sweep |
POWer |
Power sweep |
{LIN|LOG|SEGM|POW}
LIN
Stimulus > Sweep Type
Equivalent COM Command
SCPI.SENSe(Ch).SWEep.TYPE
Param = app.SCPI.SENSe(Ch).SWEep.TYPE
app.SCPI.SENSe(Ch).SWEep.TYPE = "LOG"
String (read/write)
Back to SENSe
Back to Command Finder