SsLevel
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SSLevel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) TetraSlotLevel[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SSLevel value: enums.TetraSlotLevel = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.ssLevel.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Sets the level for the second sub-slot.
- 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_level: OFF | ATTenuated | FULL OFF Attenuation is maximum. The slot is inactive. ATT Level is reduced by the level attenuation set in ‘Slot Attenuation’. FULL The level corresponds to the level indicated in the display.
- set(ss_level: TetraSlotLevel, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SSLevel driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.ssLevel.set(ss_level = enums.TetraSlotLevel.ATTenuated, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Sets the level for the second sub-slot.
- Parameters:
ss_level – OFF | ATTenuated | FULL OFF Attenuation is maximum. The slot is inactive. ATT Level is reduced by the level attenuation set in ‘Slot Attenuation’. FULL The level corresponds to the level indicated in the display.
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’)