UaChannel

SCPI Command :

[SENSe]:POWer:ACHannel:SPACing:UACHannel
class UaChannelCls[source]

UaChannel commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:POWer:ACHannel:SPACing:UACHannel
value: float = driver.sense.power.achannel.spacing.uaChannel.get()

Defines the distance from the transmission channel to the upper adjacent channel. For MSR signals, this command defines the distance from the CF of the last Tx channel in the last sub block to the upper adjacent channel in asymmetrical configurations. To configure the spacing for the lower adjacent channel use the [SENSe:]POWer:ACHannel:SPACing[:ACHannel] command.

return

spacing: Range: 100 Hz to 2000 MHz, Unit: Hz

set(spacing: float) None[source]
# SCPI: [SENSe]:POWer:ACHannel:SPACing:UACHannel
driver.sense.power.achannel.spacing.uaChannel.set(spacing = 1.0)

Defines the distance from the transmission channel to the upper adjacent channel. For MSR signals, this command defines the distance from the CF of the last Tx channel in the last sub block to the upper adjacent channel in asymmetrical configurations. To configure the spacing for the lower adjacent channel use the [SENSe:]POWer:ACHannel:SPACing[:ACHannel] command.

param spacing

Range: 100 Hz to 2000 MHz, Unit: Hz