Property (Read-Write)
SCPI.SENSe(Ch).SEGMent.FMODe = Param
Param = SCPI.SENSe(Ch).SEGMent.FMODe
This command sets/gets the stimulus setting mode of stimulus range setting in segment table, for the selected channel ( Ch). This command is the same operation as the second parameter of SCPI.SENSe(Ch).SEGMent.DATA command.
Parameter |
Param |
Description |
Stimulus setting mode in segment table |
Data Type |
Character string type (String) |
Range |
Select from either of the following:
|
Preset Value |
"ENDS" |
Dim FreqMode as String
SCPI.SENSe(1).SEGMent.FMODe = "SPAN"
FreqMode = SCPI.SENSe(1).SEGMent.FMODe
Sweep Setup > Edit Segment Table > Freq Mode > Start/Stop|Center/Span
:SENSe{[1]-4}:SEGMent:FMODe {ENDS|SPAN}
:SENSe{[1]-4}:SEGMent:FMODe?
{ENDS|SPAN} <newline><^END>
10 OUTPUT 717;":SENS1:SEGM:FMOD SPAN"
20 OUTPUT 717;":SENS1:SEGM:FMOD?"
30 ENTER 717;A$