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|3|4}
<Ch>={[1]…|16} ((in N-port mode only)
<char> Specifies the sweep type:
LINear |
Linear frequency sweep |
LOGarithmic |
Logarithmic frequency sweep |
SEGMent |
Segment frequency sweep |
{LIN|LOG|SEGM}
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
Back to Command Finder (From User Interface)