SCPI Command
CALCulate<Ch>[:SELected]:TRANsform:TIME:UNIT <char>
CALCulate<Ch>[:SELected]:TRANsform:TIME:UNIT?
Selects the transformation unit for the time domain transformation function: seconds, meters, feet. |
---|
command/query |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<char> Choose from:
SEConds |
Seconds |
METers |
Meters |
FEET |
Feet |
{SEC|MET|FEET}
Preset Value
SEC
Analysis > Time Domain > Unit > Time, ns | Metric, m | Imperial, ft
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.UNIT
Param = app.SCPI.CALCulate(Ch).SELected.TRANsform.TIME.UNIT
app.SCPI.CALCulate(Ch).SELected.TRANsform.TIME.UNIT = "MET"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)