Scrambling

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SCRambling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) bool[source]
# [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.

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:

scrambling: 1 | ON | 0| OFF

set(scrambling: bool, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [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.

Parameters:
  • scrambling – 1 | ON | 0| OFF

  • 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’)