Tsource
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TSOurce
- class TsourceCls[source]
Tsource commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) RsSmw.enums.TetraTscSource [source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TSOurce value: enums.TetraTscSource = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.tsource.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Determines whether the default or a user-defined training sequence (TSC) is used. A user-defined training sequence can be created in the field ‘TSC User Defined’.
- 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
tsource: DEFault| UDEFined
- set(tsource: RsSmw.enums.TetraTscSource, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TSOurce driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.tsource.set(tsource = enums.TetraTscSource.DEFault, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Determines whether the default or a user-defined training sequence (TSC) is used. A user-defined training sequence can be created in the field ‘TSC User Defined’.
- param tsource
DEFault| UDEFined
- 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’)