Dselection

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:DATA:DSELection
class DselectionCls[source]

Dselection commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) str[source]
# SCPI: [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 [:SOURce<hw>]:BB:TETRa:SCONfiguration:TMODe<di>:SLOT<st>:LDIRection<ch>:DATA.

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:

dselection: data list name

set(dselection: str, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# SCPI: [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 [:SOURce<hw>]:BB:TETRa:SCONfiguration:TMODe<di>:SLOT<st>:LDIRection<ch>:DATA.

param dselection:

data list name

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