Slevel
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SLEVel
- 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>:SLEVel value: enums.TetraSlotLevel = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.slevel.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Sets the level for the selected 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:
slevel: 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(slevel: TetraSlotLevel, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SLEVel driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.slevel.set(slevel = enums.TetraSlotLevel.ATTenuated, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Sets the level for the selected slot.
- Parameters:
slevel – 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’)