SdSelection

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa:SDSelection
class SdSelectionCls[source]

SdSelection 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>:SDATa:SDSelection
value: str = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.sdSelection.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>:SDATa.

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

sd_selection: data list name

set(sd_selection: str, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa:SDSelection
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.sdSelection.set(sd_selection = '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>:SDATa.

param sd_selection

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