2-36
IM 04L51B01-17EN
STagMath
Tag (/MT)
Sets the tag of a math channel.
Syntax
STagMath,p1,p2,p3
p1
Channel number
p2
Tag (up to 32 characters, UTF-8)
p3
Tag number (up to 16 characters, UTF-8)
Query
STagMath[,p1]?
Example Set the math channel 015 tag to “SYSTEM1”
and the tag number to “TI002.”
STagMath,015,’SYSTEM1’,’TI002’
SColorMath
Channel Color (/MT)
Sets the color of a math channel.
Syntax
SColorMath,p1,p2,p3,p4
p1
Channel number
p2
R value of RGB display colors (0 to 255)
p3
G value of RGB display colors (0 to 255)
P4
B value of RGB display colors (0 to 255)
Query
SColorMath[,p1]?
Example Set the math channel 015 display color to red.
SColorMath,015,255,0,0
Description
• For details on RGB values, see “Description” of the
SColorIO command.
SZoneMath
Waveform Display Zone (/MT)
Sets the waveform display zone of a math channel.
Syntax
SZoneMath,p1,p2,p3
p1
Channel number
p2
Zone lower limit [%] (0 to 95)
p3
Zone upper limit [%] (5 to 100)
Query
SZoneMath[,p1]?
Example Set the waveform zone of math channel 015
waveform to 0% to 30%.
SZoneMath,015,0,30
SScaleMath
Scale Display (/MT) [GX/GP]
Sets the scale display of a math channel.
Syntax
SScaleMath,p1,p2,p3
p1
Channel number
p2
Scale display position (Off, 1 to 10)
p3
Number of scale divisions (4 to 12, C10)
Query
SScaleMath[,p1]?
Example Display the math channel 015 scale at display
position 1. Display four equally spaced main
scale marks.
SScaleMath,015,1,4
SBarMath
Bar Graph Display (/MT)
Sets the bar graph display of a math channel.
Syntax
SBarMath,p1,p2,p3
p1
Channel number
p2
Bar display base position
Lower
Lower
Center
Center
Upper
Upper
p3
Number of scale divisions (4 to 12)
Query
SBarMath[,p1]?
Example Display the computed values of math channel
015 on a bar graph with the center set as the
base position (Center). Display four equally
spaced main scale marks.
SBarMath,015,Center,4
SPartialMath
Partial Expanded Display (/MT) [GX/GP]
Sets the partial expanded display of a math channel
waveform.
Syntax
SPartialMath,p1,p2,p3,p4
p1
Channel number
p2
Partial expanded On/Off (On, Off)
p3
Partial expanded boundary position [%] (1
to 99)
P4
Partial expanded boundary value
Query
SPartialMath[,p1]?
Example For channel 015 whose measurement range is
0 to 1.0000 V, display the measured value of
0.7500 V at the 50% position.
SPartialMath,015,On,50,7500
Description
• You cannot set this on a “Off” channel. p2 is fixed to
Off.
• If p2=Off, you cannot set p3 or subsequent
parameters.
• P2=On can be specified when the difference between
the span upper and lower limits is 2 digits or greater.
• You cannot use this command to configure settings on
channels using logarithmic math.
2.4 Setting Commands