SETup:DPOWer

Last Updated: August 29, 2007

These commands set up Dynamic Power (DPOW) measurements.

For more information on the conventions used in the programming examples click here.

SETup:DPOWer:CONTinuous[?]

Sets/queries the trigger state for Dynamic Power measurements. See Triggering of Measurements.

Setting Range: Single trigger mode = 0 | OFF, Continuous trigger mode = 1 | ON

Query Range: 0 | 1

*RST Setting: 0 | OFF

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Specify single trigger mode.

TestSet.WriteString("SETup:DPOWer:CONTinuous OFF")

SETup:DPOWer:CPSamples:STATe[?]

Sets/queries the power sample state. Setting this command on displays the power samples

on the results graph

Setting Range: 0 | OFF | 1 | ON

Query Range: 0 | 1

*RST Setting: 0 | OFF

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Turn the calculate power samples state to on.

TestSet.WriteString("SETup:DPOWer:CPSamples:STATe ON")

SETup:DPOWer:FILTer[?]

Sets/queries the filter (equivalent noise bandwidth) for Dynamic Power measurements.

For further information refer to Filter.

Setting Range: BWKHZ1 | BWKHZ30 | BWKHZ100 | BWKHZ300 | BWKHZ640 | BWKHZ1230 | BWKHZ1280 | BWKHZ1600 | BWKHZ3840 | BWKHZ5000 | EECPower | GTXPower | WMPower

Query Range: BWKHZ1 | BWKHZ30 | BWKHZ100 | BWKHZ300 | BWKHZ640 | BWKHZ1230 | BWKHZ1280 | BWKHZ1600 | BWKHZ3840 | BWKHZ5000 | EECP | GTXP | WMP

*RST Setting: BWKHZ300

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the filter to 300 kHz.

TestSet.WriteString("SETup:DPOWer:FILTer BWKHZ300")

SETup:DPOWer:INTerval[:SELected][?]

Sets/queries the measurement interval for the currently selected filter in Dynamic Power measurements. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: Depends upon the selected filter:

Query Range: Depends upon the selected filter:

*RST Setting: Depends upon the selected filter:

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.2 ms for the currently selected filter.

TestSet.WriteString("SETup:DPOWer:INTerval 0.0002")

SETup:DPOWer:INTerval:BWKHZ1[?]

Sets/queries the Dynamic Power measurement interval for the 1 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.5 ms to Step Length

Query Range: 0.5 ms to Step Length

*RST Setting: 10 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.8 ms for the 1 kHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ1 0.0008")

SETup:DPOWer:INTerval:BWKHZ30[?]

Sets/queries the Dynamic Power measurement interval for the 30 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.25 ms to Step Length

Query Range: 0.25 ms to Step Length

*RST Setting: 10 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.4 ms for the 30 kHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ30 0.0004")

SETup:DPOWer:INTerval:BWKHZ100[?]

Sets/queries the Dynamic Power measurement interval for the 100 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 10 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.4 ms for the 100 kHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ100 0.0004")

SETup:DPOWer:INTerval:BWKHZ300[?]

Sets/queries the Dynamic Power measurement interval for the 300 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 542.8 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.9 ms for the 300 kHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ300 0.0009")

SETup:DPOWer:INTerval:BWKHZ640[?]

Sets/queries the Dynamic Power measurement interval for the 640 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 542.8 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.35 ms for the 640 kHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ640 0.00035")

SETup:DPOWer:INTerval:BWKHZ1230[?]

Sets/queries the Dynamic Power measurement interval for the 1.23 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 1.25 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 1.1 ms for the 1.23 MHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ1230 0.0011")

SETup:DPOWer:INTerval:BWKHZ1280[?]

Sets/queries the Dynamic Power measurement interval for the 1.28 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 662.5 us

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 1.1 ms for the 1.28 MHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ1280 0.0011")

SETup:DPOWer:INTerval:BWKHZ1600[?]

Sets/queries the Dynamic Power measurement interval for the 1.6 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 662.5 us

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 1.1 ms for the 1.6 MHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ1600 0.0011")

SETup:DPOWer:INTerval:BWKHZ3840[?]

Sets/queries the Dynamic Power measurement interval for the 3.84 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 666.7 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.5 ms for the 3.84 MHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ3840 0.0005")

SETup:DPOWer:INTerval:BWKHZ5000[?]

Sets/queries the Dynamic Power measurement interval for the 5 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 666.7 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.31 ms for the 5 MHz filter.

TestSet.WriteString("SETup:DPOWer:INTerval:BWKHZ5000 0.00031")

SETup:DPOWer:INTerval:EECPower[?]

Sets/queries the Dynamic Power measurement interval for the EGPRS 8PSK estimated carrier power filter. This command only has one valid setting which is automatically set when this filter is selected. Therefore the query form of this command may be useful but the set form is not. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.  

Setting Range: 542.8 µs

Query Range: 542.8 µs

*RST Setting: 542.8 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

SETup:DPOWer:INTerval:GTXPower[?]

Sets/queries the Dynamic Power measurement interval for the GSM Tx power filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 542.8 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.4 ms for the GSM Tx Power filter.

TestSet.WriteString("SETup:DPOWer:INTerval:GTXPower 0.0004")

SETup:DPOWer:INTerval:WMPower[?]

Sets/queries the Dynamic Power measurement interval for the W-CDMA mean power filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 ms to Step Length

Query Range: 0.1 ms to Step Length

*RST Setting: 666.7 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement interval to 0.4 ms for the W-CDMA mean power filter.

TestSet.WriteString("SETup:DPOWer:INTerval:WMPower 0.0004")

SETup:DPOWer:SLENgth[:SELected][?]

Sets/queries the Dynamic Power step length for the currently selected filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: Depends upon the selected filter:

Query Range: Depends upon the selected filter:

*RST Setting: Depends upon the selected filter:

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 5 ms for the currently selected filter.

TestSet.WriteString("SETup:DPOWer:SLENgth 0.005")

SETup:DPOWer:SLENgth:BWKHZ1[?]

Sets/queries the Dynamic Power step length for the 1 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.5 to 180 ms

Query Range: 0.5 to 180 ms

*RST Setting: 10 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 120 ms for the 1 kHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ1 0.12")

SETup:DPOWer:SLENgth:BWKHZ30[?]

Sets/queries the Dynamic Power step length for the 30 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.25 to 180 ms

Query Range: 0.25 to 180 ms

*RST Setting: 10 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 0.8 ms for the 30 kHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ30 0.0008")

SETup:DPOWer:SLENgth:BWKHZ100[?]

Sets/queries the Dynamic Power step length for the 100 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 10 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 0.8 ms for the 100 kHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ100 0.0008")

SETup:DPOWer:SLENgth:BWKHZ300[?]

Sets/queries the Dynamic Power step length for the 300 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 577 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 15 ms for the 300 kHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ300 0.015")

SETup:DPOWer:SLENgth:BWKHZ640[?]

Sets/queries the Dynamic Power step length for the 640 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 577 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 2 ms for the 640 kHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ640 0.002")

SETup:DPOWer:SLENgth:BWKHZ1230[?]

Sets/queries the Dynamic Power step length for the 1.23 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 1.25 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 9 ms for the 1.23 MHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ1230 0.009")

SETup:DPOWer:SLENgth:BWKHZ1280[?]

Sets/queries the Dynamic Power step length for the 1.28 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 5 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 9 ms for the 1.28 MHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ1280 0.009")

SETup:DPOWer:SLENgth:BWKHZ1600[?]

Sets/queries the Dynamic Power step length for the 1.6 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 5 ms

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 9 ms for the 1.6 MHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ1600 0.009")

SETup:DPOWer:SLENgth:BWKHZ3840[?]

Sets/queries the Dynamic Power step length for the 3.84 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 666.7 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 1 ms for the 3.84 MHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ3840 0.001")

SETup:DPOWer:SLENgth:BWKHZ5000[?]

Sets/queries the Dynamic Power step length for the 5 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 666.7 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 9 ms for the 5 MHz filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:BWKHZ5000 0.009")

SETup:DPOWer:SLENgth:EECPower[?]

Sets/queries the Dynamic Power step length for the EGPRS 8PSK estimated carrier power filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 577 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 10 ms for the EGPRS 8PSK estimated carrier power filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:EECPower 10ms")

SETup:DPOWer:SLENgth:GTXPower[?]

Sets/queries the Dynamic Power step length for the GSM Tx power filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 577 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 0.8 ms for the GSM Tx power filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:GTXPower 0.0008")

SETup:DPOWer:SLENgth:WMPower[?]

Sets/queries the Dynamic Power step length for the W-CDMA mean power filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to seconds.

Setting Range: 0.1 to 20 ms

Query Range: 0.1 to 20 ms

*RST Setting: 666.7 µs

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the step length to 0.8 ms for the W-CDMA mean power filter.

TestSet.WriteString("SETup:DPOWer:SLENgth:WMPower 0.0008")

SETup:DPOWer:STEPs[:SELected][?]

Sets/queries the number of steps for the currently selected filter in Dynamic Power measurements.

Setting Range: Depends upon the selected filter:

Query Range: Depends upon the selected filter:

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 80 for the currently selected filter.

TestSet.WriteString("SETup:DPOWer:STEPs 80")

SETup:DPOWer:STEPs:BWKHZ1[?]

Sets/queries the number of steps for the 1 kHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (21973 x Step Length)

Query Range: 1 to 1048000 / (21973 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 500 for the 1 kHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ1 500")

SETup:DPOWer:STEPs:BWKHZ30[?]

Sets/queries the number of steps for the 30 kHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (60e3 x Step Length)

Query Range: 1 to 1048000 / (60e3 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 150 for the 30 kHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ30 150")

SETup:DPOWer:STEPs:BWKHZ100[?]

Sets/queries the number of steps for the 100 kHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (250e3 x Step Length)

Query Range: 1 to 1048000 / (250e3 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 150 for the 100 kHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ100 150")

SETup:DPOWer:STEPs:BWKHZ300[?]

Sets/queries the number of steps for the 300 kHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (600e3 x Step Length)

Query Range: 1 to 1048000 / (600e3 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 60 for the 300 kHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ300 60")

SETup:DPOWer:STEPs:BWKHZ640[?]

Sets/queries the number of steps for the 640 kHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (1.28e6 x Step Length)

Query Range: 1 to 1048000 / (1.28e6 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 80 for the 640 kHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ640 80")

SETup:DPOWer:STEPs:BWKHZ1230[?]

Sets/queries the number of steps for the 1.23 MHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (2.46e6 x Step Length)

Query Range:  1 to 1048000 / (2.46e6 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 20 for the 1.23 MHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ1230 20")

SETup:DPOWer:STEPs:BWKHZ1280[?]

Sets/queries the number of steps for the 1.28 MHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (2.56e6 x Step Length)

Query Range:  1 to 1048000 / (2.56e6 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 20 for the 1.28 MHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ1280 20")

SETup:DPOWer:STEPs:BWKHZ1600[?]

Sets/queries the number of steps for the 1.6 MHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (3.2e6 x Step Length)

Query Range:  1 to 1048000 / (3.2e6 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 20 for the 1.6 MHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ1600 20")

SETup:DPOWer:STEPs:BWKHZ3840[?]

Sets/queries the number of steps for the 3.84 MHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (7.68e6 x Step Length)

Query Range: 1 to 1048000 / (7.68e6 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 10 for the 3.84 MHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ3840 10")

SETup:DPOWer:STEPs:BWKHZ5000[?]

Sets/queries the number of steps for the 5 MHz filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (10e6 x Step Length)

Query Range: 1 to 1048000 / (10e6 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 45 for the 5 MHz filter.

TestSet.WriteString("SETup:DPOWer:STEPs:BWKHZ5000 45")

SETup:DPOWer:STEPs:EECPower[?]

Sets/queries the number of steps for the EGPRS 8PSK estimated carrier power filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (1.0833e6 x Step Length)

Query Range: 1 to 1048000 / (1.0833e6 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 40 for the EGPRS 8PSK estimated carrier power filter.

TestSet.WriteString("SETup:DPOWer:STEPs:EECPower 40")

SETup:DPOWer:STEPs:GTXPower[?]

Sets/queries the number of steps for the GSM Tx power filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (320e3 x Step Length)

Query Range: 1 to 1048000 / (320e3 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 150 for the GSM Tx power filter.

TestSet.WriteString("SETup:DPOWer:STEPs:GTXPower 150")

SETup:DPOWer:STEPs:WMPower[?]

Sets/queries the number of steps for the W-CDMA mean power filter in Dynamic Power measurements.

Setting Range: 1 to 1048000 / (5.25e6 x Step Length)

Query Range: 1 to 1048000 / (5.25e6 x Step Length)

*RST Setting: 30

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the number of steps to 150 for the W-CDMA mean power filter.

TestSet.WriteString("SETup:DPOWer:STEPs:WMPower 150")

SETup:DPOWer:TIMeout:STATe[?]

Sets/queries the measurement timeout state for Dynamic Power measurements.

The measurement timeout state can also be set to on using the SETup:DPOWer:TIMeout:STIMe[?] command.

Setting Range: 0 | OFF | 1 | ON

Query Range: 0 | 1

*RST Setting: 0 | OFF

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Turn the measurement timeout state to on.

TestSet.WriteString("SETup:DPOWer:TIMeout:STATe ON")

SETup:DPOWer:TIMeout[:STIMe][?]

The setting form of this command performs two functions: (1) sets the measurement timeout value in seconds for Dynamic Power measurements (see SETup:DPOWer:TIMeout:TIME[?]) and (2) sets the measurement timeout state to on (see SETup:DPOWer:TIMeout:STATe[?]).

The query form of this command returns the current Dynamic Power measurement timeout value.

The units (S|MS) are optional, if no units are specified then units default to S.

Setting Range: 0.1 to 999.9 s

Query Range: 0.1 to 999.9 s

Resolution: 0.01 s

*RST Setting: 10 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement timeout to 20 seconds.

TestSet.WriteString("SETup:DPOWer:TIMeout 20")

SETup:DPOWer:TIMeout:TIMe[?]

Sets/queries the measurement timeout value in seconds for Dynamic Power measurements. The units (S|MS) are optional, if no units are specified then units default to S.

The measurement timeout value can also be set using the SETup:DPOWer:TIMeout:STIMe[?] command.

Setting Range: 0.1 to 999.9 s

Query Range: 0.1 to 999.9 s

Resolution: 0.01 s

*RST Setting: 10 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the measurement timeout to 20 seconds.

TestSet.WriteString("SETup:DPOWer:TIMeout:TIME 20")

SETup:DPOWer:TRIGger:DELay[:SELected][?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the currently selected filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 1.5 ms for the currently selected filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay 1.5MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ1[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 1 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to -8 ms for the 1 kHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ1 -8MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ30[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 30 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 0.1 ms for the 30 kHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ30 0.1MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ100[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 100 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 0.1 ms for the 100 kHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ100 0.1MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ300[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 300 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 30 ms for the 300 kHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ300 30MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ640[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 640 kHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 100 ms for the 640 kHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ640 100MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ1230[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 1.23 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 50 ms for the 1.23 MHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ1230 50MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ1280[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 1.28 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 50 ms for the 1.28 MHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ1280 50MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ1600[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 1.6 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 50 ms for the 1.6 MHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ1600 50MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ3840[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 3.84 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 20 ms for the 3.84 MHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ3840 20MS")

SETup:DPOWer:TRIGger:DELay:BWKHZ5000[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the 5 MHz filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 10 ms for the 5 MHz filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:BWKHZ5000 10MS")

SETup:DPOWer:TRIGger:DELay:EECPower[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the EGPRS 8PSK estimated carrier power filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 0.1 ms for the EGPRS 8PSK estimated carrier power filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:EMS")

SETup:DPOWer:TRIGger:DELay:GTXPower[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the GSM Tx power filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 0.1 ms for the GSM Tx power filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:GTXPower 0.1MS")

SETup:DPOWer:TRIGger:DELay:WMPower[?]

Sets/queries the Dynamic Power measurement trigger delay in seconds for the W-CDMA mean power filter. The units (S|MS|US|NS) are optional, if no units are specified then units default to S. See Triggering of Measurements.

Setting Range: -20 to 180 ms

Query Range: -20 to 180 ms

Resolution: 5 significant digits or 100 ns, whichever is greater

*RST Setting: 0 s

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger delay time to 0.1 ms for the W-CDMA mean power filter.

TestSet.WriteString("SETup:DPOWer:TRIGger:DELay:WMPower 0.1MS")

SETup:DPOWer:TRIGger:SOURce[?]

Sets/queries the trigger source for the Dynamic Power measurements. See Triggering of Measurements.

Setting Range: ARB | EXTernal | FALL | IMMediate | RISE

Query Range: ARB | EXT | FALL | IMM | RISE

*RST Setting: RISE

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger source to Rise.

TestSet.WriteString("SETup:DPOWer:TRIGger:SOURce RISE")

SETup:DPOWer:TRIGger:THReshold[?]

Sets/queries the trigger threshold for Dynamic Power measurements. This is specified relative to the expected power. See Triggering of Measurements.

Setting Range: -100 to 10 dB

Query Range: -100 to 10 dB

Resolution: 0.01 dB

*RST Setting: -10 dB

Test Set Requirements: E6601A WCTS Program Version A.05 and above

Example:

' Set the trigger threshold to -12 dB.

TestSet.WriteString("SETup:DPOWer:TRIGger:THReshold -12DB")