U2829 Series Operation Manual Chapter 7 Command Reference
111
The TRAN:Zx:STAT command is used to set the Zx test parameter as ON or OFF.
The TRAN:Zx:STAT? query returns the current state of the Zx test parameter.
Command syntax:
ON
TRAN:Zx:STAT OFF
1
0
Where,
1 (decimal 49) is equal to ON.
0 (decimal 48) is equal to OFF.
For example: WrtCmd (“TRAN:Zx:STAT:ON”) Set all Zx test parameters to be
valid.
Query syntax: TRAN:Zx:STAT?
Return format: <NR1><NL^END>
The TRAN:Zx:FREQ command is used to set the Zx test frequency. The
TRAN:Zx:FREQ query returns the current Zx test frequency.
Command syntax: TRAN:Zx:FREQ<value>
Where,
<value> is NR1, NR2 or NR3 data format followed by HZ, KHZ or MHZ.
For example: WrtCmd (“TRAN:Zx:FREQ 1KHZ”) Set the Zx frequency as 1KHZ.
Query syntax: TRAN:Zx:FREQ?
Return format: <NR3><NL^END>
The TRAN:Zx:LIMit command is used to set the Zx nominal value, high and low
limits. The TRAN:Zx:LIMit? query returns the current Zx nominal value, high and
low limits.
Command syntax: TRAN:Zx:LIMit <value>, <low limit>, <high limit>
Where,
<value> is the Zx nominal value in NR1, NR2 or NR3 data format followed by H.
<low limit> is the Zx low limit in NR1, NR2 or NR3 data format.
<high limit> is the Zx high limit in NR1, NR2 or NR3 data format.
NOTE: The low limit should be smaller than the high limit, or error
information will be reported.
For example: WrtCmd (“TRAN:Zx:LIMit 0.01H, -0.01, 0.01”)
Query syntax: TRAN:Zx:LIMit?
Return format: <NR3>,<NR3><NR3><NL^END>
The TRAN:ACR:STAT command is used to set the ACR test parameter to be ON or
OFF. The TRAN:ACR:STAT query returns the current state of the ACR test
parameter.