Scrambling
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SCRambling
- class ScramblingCls[source]
Scrambling commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SCRambling value: bool = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.scrambling.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Enables/disables auto scrambling.
- 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
scrambling: 1| ON| 0| OFF
- set(scrambling: bool, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SCRambling driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.scrambling.set(scrambling = False, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Enables/disables auto scrambling.
- param scrambling
1| ON| 0| OFF
- 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’)