Define the settings for User Display measurement class.
SENSe:USER | X | AXIS | SPACing | UNIT |
Applicable Models: E505xA (Read-Write) Set and query x-axis spacing. This property is used to determine the scale of x-axis and interpolation method of marker etc.. |
|
Parameters |
|
<Enum> |
Choose from: LIN - LINear LOG - LOGarithmic |
Examples |
SENS:USER:X:AXIS:SPAC LOG sense:user:x:axis:spacing log |
Query Syntax |
SENSe:USER:X:AXIS:SPACing? |
Return Type |
Enum |
Default |
LINear |
Applicable Models: E505xA (Read-Write) Set and query x-axis unit. |
|
Parameters |
|
<string> |
any unit in string |
Examples |
SENS:USER:X:AXIS:UNIT "m" sense:user:x:axis:unit "m" |
Query Syntax |
SENSe:USER:X:AXIS:UNIT? |
Return Type |
String |
Default |
"U" |
Applicable Models: E505xA (Read-Write) Set and query x-axis data and number of points. Use FORMat:DATA to change the data type. (<REAL,32>, <REAL,64> or <ASCii,0>) |
|
Parameters |
|
<data> |
Arbitrary data array with ascending order |
Examples |
SENS:USER:X:VAL 30,40,50,60,70,80 sense:user:x:values 30,40,50,60,70,80 |
Query Syntax |
SENSe:USER:X:VALues? |
Return Type |
Data type specified by FORMat:DATA |
Default |
<10,20,30,40,50,60,70,80,90,100> |