SsLevel
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SSLevel
- class SsLevelCls[source]
SsLevel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) RsSmw.enums.TetraSlotLevel [source]
# SCPI: [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.
- param testMode
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tmode’)
- param slot
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slot’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ldirection’)
- return
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: RsSmw.enums.TetraSlotLevel, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None [source]
# SCPI: [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.
- param 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.
- param testMode
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tmode’)
- param slot
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slot’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ldirection’)