Sattenuation<Slot>

SCPI Command :

[SOURce<HW>]:BB:TETRa:SATTenuation<CH>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.source.bb.tetra.sattenuation.repcap_slot_set(repcap.Slot.Nr1)
get(slot=Slot.Default) float[source]
# [SOURce<HW>]:BB:TETRa:SATTenuation<CH>
value: float = driver.source.bb.tetra.sattenuation.get(slot = repcap.Slot.Default)

Enters four different values for level attenuation. The frame editor can be used to set the level attenuation for the four slots to one of these predefined values independently of one another. The entered value determines the slot output power (slot power = RF power - attenuation) . 0 dB attenuation corresponds to ‘Slot Level’ = Full. This feature is provided to set a sequence of slots to different levels in order to measure transmission stability. The frame editor is likewise used to assign the ‘Slot Level’ attribute Attenuated to individual slots.

Parameters:

slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sattenuation’)

Returns:

sattenuation: float Range: 0 to 50

set(sattenuation: float, slot=Slot.Default) None[source]
# [SOURce<HW>]:BB:TETRa:SATTenuation<CH>
driver.source.bb.tetra.sattenuation.set(sattenuation = 1.0, slot = repcap.Slot.Default)

Enters four different values for level attenuation. The frame editor can be used to set the level attenuation for the four slots to one of these predefined values independently of one another. The entered value determines the slot output power (slot power = RF power - attenuation) . 0 dB attenuation corresponds to ‘Slot Level’ = Full. This feature is provided to set a sequence of slots to different levels in order to measure transmission stability. The frame editor is likewise used to assign the ‘Slot Level’ attribute Attenuated to individual slots.

Parameters:
  • sattenuation – float Range: 0 to 50

  • slot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sattenuation’)

Cloning the Group

# Create a copy of the original group, that exists independently
sattenuation_copy = driver.source.bb.tetra.sattenuation.clone()