SdSelection
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa:SDSelection
- Commands in total: 1Subgroups: 0Direct 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>: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 method
RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.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:
sd_selection: data list name
- set(sd_selection: str, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [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 method
RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.set().- Parameters:
sd_selection – 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’)