SsAttenuation

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SSATtenuation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) AntennaNr[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SSATtenuation
value: enums.AntennaNr = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.ssAttenuation.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Sets the attenuation for the second sub-slot in a control burst.

Parameters:
  • testMode – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tmode’)

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

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

Returns:

ss_attenuation: A1 | A2 | A3 | A4

set(ss_attenuation: AntennaNr, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SSATtenuation
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.ssAttenuation.set(ss_attenuation = enums.AntennaNr.A1, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Sets the attenuation for the second sub-slot in a control burst.

Parameters:
  • ss_attenuation – A1 | A2 | A3 | A4

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

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

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