Achannel

SCPI Command :

[SENSe]:POWer:ACHannel:SPACing[:ACHannel]
class AchannelCls[source]

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

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

Defines the distance from transmission channel to adjacent channel. For MSR signals, this command defines the distance from the CF of the first Tx channel in the first sub block to the lower adjacent channel. To configure the spacing for the upper adjacent channel in asymmetrical configurations, use the [SENSe:]POWer:ACHannel:SPACing:UACHannel command. A change of the adjacent channel spacing causes a change in the spacing of all alternate channels below the adjacent channel (not for MSR signals) .

return

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

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

Defines the distance from transmission channel to adjacent channel. For MSR signals, this command defines the distance from the CF of the first Tx channel in the first sub block to the lower adjacent channel. To configure the spacing for the upper adjacent channel in asymmetrical configurations, use the [SENSe:]POWer:ACHannel:SPACing:UACHannel command. A change of the adjacent channel spacing causes a change in the spacing of all alternate channels below the adjacent channel (not for MSR signals) .

param spacing

Range: 100 Hz to 2000 MHz, Unit: Hz