SCPI Command
SENSe<Ch>:OFFSet:TYPE <char>
SENSe<Ch>:OFFSet:TYPE?
Sets or reads out the frequency offset type when the frequency offset feature is ON. There are two frequency offset types: "Port1/Port2" and "Source/Receivers". First offset type offsets ports against each other. Second offset type offsets source against receivers. |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|...16}
<char> Specifies the offset type:
PORT |
Port1/Port2 offset |
SRCRcv |
Source/Receivers offset |
{PORT|SRCR}
PORT
Stimulus > Frequency Offset > Offset Type
Equivalent COM Command
SCPI.SENSe(Ch).OFFSet.TYPE
Param = app.SCPI.SENSe(Ch).OFFSet.TYPE
app.SCPI.SENSe(Ch).OFFSet.TYPE = "PORT"
String (read/write)
Back to SENSe
Back to Command Finder