Segment Table
SCPI.SENSe(Ch).SEGMent.DATA
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Variant (array of double) |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The array of the segment sweep table. The array has the following format: { (Buf), (Flag1), (Flag2), (Flag3), (Flag4), (Flag5), (N), (Start(1)), (Stop(1)), (NOP(1)), [(IFBW(1))], [(Pow(1))], [(Del(1))], [(Time(1))], (Start(2)), (Stop(2)), (NOP(2)) [(IFBW(2))], [(Pow(2))], [(Del(2))], [(Time(2))], ... (Start(N)), (Stop(N)), (NOP(N)) [(IFBW(N))], [(Pow(N))], [(Del(N))], [,(Time(N))] } (Buf) : Always 5, (Flag1) : Stimulus start setting (0 – start/stop, 1 – center/span), (Flag2) : Setting of the (IFBW) field (0 – disabled, 1 – enabled), (Flag3) : Setting of the (Pow) field (0 – disabled, 1 – enabled), (Flag4) : Setting of the (Del) field (0 – disabled, 1 – enabled), (Flag5) : Setting of the (Time) field (0 – disabled, 1 – enabled), (N) : Number of segments, (Start 'n') : Start value of the n–th segment, (Stop n) : Stop value of the n–th segment, (NOP n) : Number of points of the n–th segment, (IFBW n) : IF bandwidth of the n–th segment (if enabled), (Pow n) : Power of the n–th segment (if enabled), (Del n) : Measurement delay of the n–th segment (if enabled), (Time n) : Reserved for future use (if enabled). Syntax Dim Data As Variant Data = app.SCPI.SENSe(Ch).SEGMent.DATA app.SCPI.SENSe(Ch).SEGMent.DATA = Data |
Equivalent Softkeys | Stimulus / Segment Table |
SCPI.MMEMory.STORe.SEGMent
Attribute | Detail |
---|---|
Object Type | Property (write only) |
Data Type | String |
Target | Active channel |
Description | Saves the segment table in a file with the specified name. |
Range | up to 254 characters |
Syntax | app.SCPI.MMEMory.STORe.SEGMent = File |
Notes | If the full path to the file is not specified, the file will be saved to the \Segment subdirectory of the main directory. The segment files have *.seg extension by default. |
Equivalent Softkeys | Stimulus > Segment Table > Save… |
SCPI.MMEMory.LOAD.SEGMent
Attribute | Detail |
---|---|
Object Type | Property (write only) |
Data Type | String |
Target | Active channel |
Description | Recalls the segment table file. The file must be saved by the SCPI.MMEMory.STORe.SEGMent property. |
Range | up to 254 characters |
Syntax | app.SCPI.MMEMory.LOAD.SEGMent = File |
Notes | If the full path to the file is not specified, the \Segment subdirectory of the main directory will be searched for the file. The segment files have *.seg extension by default. |
Equivalent Softkeys | Stimulus > Segment Table > Recall… |
SCPI.DISPlay.WINDow(Ch).X.SPACing
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | String |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25). |
Description | The selection of the display method of the graph horizontal axis for the segment sweep. |
Range | "LINear" : Frequency base (linear frequency axis) "OBASe" : Order base (linear axis of the point numbers) |
Notes | The short form of the parameter is indicated by upper case letters. There is no distinction between upper and lower case letters when the property is written. When the property is read out, the short format is indicated by upper case letters. |
Out of Range | The value is ignored. |
Preset Value | "LIN" |
Syntax | Dim Param As String Param = app.SCPI.DISPlay.WINDow(Ch).X.SPACing app.SCPI.DISPlay.WINDow(Ch).X.SPACing = "OBAS" |
Equivalent Softkeys | Stimulus > Segment Table > Segment Display |