Tsource
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TSOurce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) TetraTscSource[source]
# [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’.
- 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:
tsource: DEFault | UDEFined
- set(tsource: TetraTscSource, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [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’.
- Parameters:
tsource – DEFault | UDEFined
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’)