Dselection

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:DATA:DSELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) str[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:DATA:DSELection
value: str = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.dselection.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Selects a data list. This command is only valid for bursts with DATA fields. This data list is only used if it is set as the data source with the aid of command method RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.set() .

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:

dselection: data list name

set(dselection: str, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:DATA:DSELection
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.dselection.set(dselection = 'abc', testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Selects a data list. This command is only valid for bursts with DATA fields. This data list is only used if it is set as the data source with the aid of command method RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.set() .

Parameters:
  • dselection – data list name

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