Level

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:APOWer
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:EHICh
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:ERGCh
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:EAGCh
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:HSPDsch
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:PSCH
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:SSCH
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:PCPich
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:PCCPch
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:LEVel:FDPCh
class Level[source]

Level commands group definition. 11 total commands, 1 Sub-groups, 10 group commands

get_apower()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:APOWer
value: float = driver.configure.downlink.carrier.level.get_apower()

Queries the accumulated power (total power of all active channels relative to the base level of the generator) .

return

power: Range: -80 dB to 10 dB, Unit: dB

Global Repeated Capabilities: repcap.Carrier

get_eagch()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:EAGCh
value: float or bool = driver.configure.downlink.carrier.level.get_eagch()

Sets the level of the E-AGCH. Setting a power level also activates the channel.

return

level: Range: -80 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

get_ehich()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:EHICh
value: float or bool = driver.configure.downlink.carrier.level.get_ehich()

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel indicated by the last mnemonic. E-HICH and E-RGCH use the same power level. Setting the level for one channel sets the same level for the other channel. Disabling the E-HICH disables also the E-RGCH. Enabling the E-RGCH enables also the E-HICH.

return

level: Range: -80 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

get_ergch()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:ERGCh
value: float or bool = driver.configure.downlink.carrier.level.get_ergch()

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel indicated by the last mnemonic. E-HICH and E-RGCH use the same power level. Setting the level for one channel sets the same level for the other channel. Disabling the E-HICH disables also the E-RGCH. Enabling the E-RGCH enables also the E-HICH.

return

level: Range: -80 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

get_fdpch()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:FDPCh
value: float or bool = driver.configure.downlink.carrier.level.get_fdpch()

Sets the level of F-DPCH. The settings of DPCH level and F-DPCH level are equal. F-DPCH is activated instead of DPCH while the CPC feature is active or while a secondary uplink is enabled

return

level: Range: -80 dB to 0 dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

get_hs_pdsch()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:HSPDsch
value: float or bool = driver.configure.downlink.carrier.level.get_hs_pdsch()

Sets the level of the HS-PDSCH summed over all active codes. Setting a power level also enables the channel.

return

level: Range: -80 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disable | enable the channel)

Global Repeated Capabilities: repcap.Carrier

get_pccpch()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:PCCPch
value: float or bool = driver.configure.downlink.carrier.level.get_pccpch()

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel.

return

level: Range: -80 dB to 0 dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

get_pcpich()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:PCPich
value: float = driver.configure.downlink.carrier.level.get_pcpich()

Sets the level of the P-CPICH.

return

level: Range: -80 dB to 0 dB, Unit: dB

Global Repeated Capabilities: repcap.Carrier

get_psch()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:PSCH
value: float or bool = driver.configure.downlink.carrier.level.get_psch()

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel.

return

level: Range: -80 dB to 0 dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

get_ssch()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:SSCH
value: float or bool = driver.configure.downlink.carrier.level.get_ssch()

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel.

return

level: Range: -80 dB to 0 dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

set_eagch(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:EAGCh
driver.configure.downlink.carrier.level.set_eagch(level = 1.0)

Sets the level of the E-AGCH. Setting a power level also activates the channel.

param level

Range: -80 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

set_ehich(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:EHICh
driver.configure.downlink.carrier.level.set_ehich(level = 1.0)

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel indicated by the last mnemonic. E-HICH and E-RGCH use the same power level. Setting the level for one channel sets the same level for the other channel. Disabling the E-HICH disables also the E-RGCH. Enabling the E-RGCH enables also the E-HICH.

param level

Range: -80 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

set_ergch(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:ERGCh
driver.configure.downlink.carrier.level.set_ergch(level = 1.0)

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel indicated by the last mnemonic. E-HICH and E-RGCH use the same power level. Setting the level for one channel sets the same level for the other channel. Disabling the E-HICH disables also the E-RGCH. Enabling the E-RGCH enables also the E-HICH.

param level

Range: -80 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

set_fdpch(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:FDPCh
driver.configure.downlink.carrier.level.set_fdpch(level = 1.0)

Sets the level of F-DPCH. The settings of DPCH level and F-DPCH level are equal. F-DPCH is activated instead of DPCH while the CPC feature is active or while a secondary uplink is enabled

param level

Range: -80 dB to 0 dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

set_hs_pdsch(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:HSPDsch
driver.configure.downlink.carrier.level.set_hs_pdsch(level = 1.0)

Sets the level of the HS-PDSCH summed over all active codes. Setting a power level also enables the channel.

param level

Range: -80 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disable | enable the channel)

Global Repeated Capabilities: repcap.Carrier

set_pccpch(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:PCCPch
driver.configure.downlink.carrier.level.set_pccpch(level = 1.0)

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel.

param level

Range: -80 dB to 0 dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

set_pcpich(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:PCPich
driver.configure.downlink.carrier.level.set_pcpich(level = 1.0)

Sets the level of the P-CPICH.

param level

Range: -80 dB to 0 dB, Unit: dB

Global Repeated Capabilities: repcap.Carrier

set_psch(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:PSCH
driver.configure.downlink.carrier.level.set_psch(level = 1.0)

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel.

param level

Range: -80 dB to 0 dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

set_ssch(level: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:LEVel:SSCH
driver.configure.downlink.carrier.level.set_ssch(level = 1.0)

Set the level of the channel indicated by the last mnemonic. Setting a power level also activates the channel.

param level

Range: -80 dB to 0 dB Additional parameters: OFF | ON (disables the channel | enables the channel using the previous/default level)

Global Repeated Capabilities: repcap.Carrier

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.downlink.carrier.level.clone()

Subgroups