Calculate:Transform Commands
Specifies the settings for time domain transform.
Click on a keyword to view the command details.
See Also
Critical Note: CALCulate commands act on the selected measurement. You can select one measurement for each channel using Calc:Par:MNUM or Calc:Par:Select.
CALCulate<cnum>:TRANsform:COUPle:PARameters <num>
(Read-Write) Specifies the time domain transform parameters to be coupled. The settings for those parameters will be copied from the selected measurement to all other measurements on the channel.
Learn more about Time Domain Trace Coupling |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<num> |
(Numeric) Parameters to couple. To specify more than one parameter, add the numbers. 1 - Transform Stimulus (Start, Stop, Center, and Span TIME settings.) 2 - Transform State (ON / OFF) 4 - Transform Window (Kaiser Beta / Impulse Width) 8 - Transform Mode (Low Pass Impulse, Low Pass Step, Band Pass) 16 - Transform Distance Marker Units |
Examples |
'To couple all parameters: CALC:TRAN:COUP:PAR 31 'To couple Stimulus and Mode: calculate2:transform:couple:parameters 9 |
Query Syntax |
CALCulate<cnum>:TRANsform:COUPle:PARameters? |
Return Type |
Numeric |
29 (All parameters except 2 - Transform State) |
CALCulate<cnum>:TRANsform:TIME:CENTer <num>
(Read-Write) Sets the center time for time domain measurements. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<num> |
Center time in seconds; any number between: Note: This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information. |
Examples |
CALC:TRAN:TIME:CENT 1e-8 |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:CENTer? |
Return Type |
Numeric |
0 |
CALCulate<cnum>:TRANsform:TIME:IMPulse:WIDTh <num>
(Read-Write) Sets the impulse width for the transform window. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<num> |
Impulse width in seconds; Choose any number between: |
Examples |
CALC:TRAN:TIME:IMP:WIDTh 10 |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:IMPulse:WIDTh? |
Return Type |
Numeric |
.98 / Default Span |
CALCulate<cnum>:TRANsform:TIME:KBESsel <num>
(Read-Write) Sets the parametric window for the Kaiser Bessel window. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<num> |
Window width for Kaiser Bessel in seconds; Choose any number between: |
Examples |
CALC:TRAN:TIME:KBES 10 |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:KBESsel? |
Return Type |
Numeric |
6 |
CALCulate<cnum>:TRANsform:TIME:LPFREQuency
(Write-only) Sets the start frequencies in LowPass Mode. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
Examples |
CALC:TRAN:TIME:LPFR |
Query Syntax |
Not applicable |
Not applicable |
CALCulate<cnum>:TRANsform:TIME:MARKer:MODE <char>
(Read-Write) Specifies the measurement type in order to determine the correct marker distance.
This setting affects the display of ALL markers for only the ACTIVE measurement. Learn more about Distance Markers. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<char> |
Choose from: AUTO If the active measurement is an S-Parameter, automatically chooses reflection or transmission. If non S-Parameter measurements, reflection is chosen. REFLection Displays the distance from the source to the receiver divided by two (to compensate for the return trip.) TRANsmission Displays the distance from the source to the receiver. |
Examples |
CALC:TRAN:TIME:MARK:MODE REFL |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:MARKer:MODE? |
Return Type |
Character |
Auto |
CALCulate<cnum>:TRANsform:TIME:MARKer:UNIT <char>
(Read-Write) Specifies the unit of measure for the display of marker distance values. This settings affects the display of ALL markers for only the ACTIVE measurement (unless Distance Maker Units are coupled using CALC:TRAN:COUP:PAR. Learn more about Distance Markers. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<char> |
Choose from: METRs FEET INCHes |
Examples |
CALC:TRAN:TIME:MARK:UNIT INCH |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:MARKer:UNIT? |
Return Type |
Character |
METRs |
CALCulate<cnum>:TRANsform:TIME:SPAN <num>
(Read-Write) Sets the span time for time domain measurements. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<num> |
Span time in seconds; any number between: Note: This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information. |
Examples |
CALC:TRAN:TIME:SPAN 1e-8 |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:SPAN? |
Return Type |
Numeric |
20 ns |
CALCulate<cnum>:TRANsform:TIME:STARt <num>
(Read-Write) Sets the start time for time domain measurements. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<num> |
Start time in seconds; any number between: Note: This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information. |
Examples |
CALC:TRAN:TIME:STAR 1e-8 |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:STARt? |
Return Type |
Numeric |
-10 ns |
CALCulate<cnum>:TRANsform:TIME:STATe <ON | OFF>
(Read-Write) Turns the time domain transform capability ON or OFF. Note: Sweep type must be set to Linear Frequency in order to use Time Domain Transform. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<ON|OFF> |
ON (or 1) - turns time domain ON. |
Examples |
CALC:TRAN:TIME:STAT ON |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:STATe? |
Return Type |
Boolean (1 = ON, 0 = OFF) |
OFF |
CALCulate<cnum>:TRANsform:TIME:STOP <num>
(Read-Write) Sets the stop time for time domain measurements. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<num> |
Stop time in seconds; any number between: Note: This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information. |
Examples |
CALC:TRAN:TIME:STOP 1e-8 |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:STOP? |
Return Type |
Numeric |
10 ns |
CALCulate<cnum>:TRANsform:TIME:STEP:RTIMe <num>
(Read-Write) Sets the step rise time for the transform window. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<num> |
Rise time in seconds; Choose any number between: |
Examples |
CALC:TRAN:TIME:STEP:RTIM 1e-8 |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:STEP:RTIMe? |
Return Type |
Numeric |
.99 / Default Span |
CALCulate<cnum>:TRANsform:TIME:STIMulus <char>
(Read-Write) Sets the type of simulated stimulus that will be incident on the DUT. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<char> |
Choose from: STEP can ONLY be used when CALC:TRAN:TIME:TYPE is set to LPASs (Lowpass). (STEP cannot be used with TYPE = BPASs.) :STIM STEP will set :TYPE to LPASs :TYPE BPASs will set :STIM to IMPulse |
Examples |
CALC:TRAN:TIME:STIM STEP |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME:STIMulus? |
Return Type |
Character |
IMPulse |
CALCulate<cnum>:TRANsform:TIME[:TYPE] <char>
(Read-Write) Sets the type of time domain measurement. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<char> |
Type of measurement. Choose from: BPASs can only be used when CALC:TRAN:TIME:STIM is set to IMPulse. (BPASs cannot be used with :STIM = STEP) :STIM STEP will set :TYPE to LPASs :TYPE BPASs will set :STIM to IMPulse |
Examples |
CALC:TRAN:TIME LPAS |
Query Syntax |
CALCulate<cnum>:TRANsform:TIME[:TYPE]? |
Return Type |
Character |
BPAS |