Source
SCPI Command :
CDR:SOFTware<*>:ESSRate:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(software=Software.Default) SignalSource[source]
# CDR:SOFTware<*>:ESSRate:SOURce value: enums.SignalSource = driver.cdr.software.esSrate.source.get(software = repcap.Software.Default)
Selects the source of the data stream, which is analized to recover the clock.
- Parameters:
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)
- Returns:
bitrate_source: C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4 | DIFF1 | DIFF2 | COMMON1 | COMMON2 | LPDFE1 | LPDFE2 | LPDFE3 | LPDFE4 | LANE1 | LANE2 | LANE3 | LANE4
- set(bitrate_source: SignalSource, software=Software.Default) None[source]
# CDR:SOFTware<*>:ESSRate:SOURce driver.cdr.software.esSrate.source.set(bitrate_source = enums.SignalSource.AJ1, software = repcap.Software.Default)
Selects the source of the data stream, which is analized to recover the clock.
- Parameters:
bitrate_source – C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4 | DIFF1 | DIFF2 | COMMON1 | COMMON2 | LPDFE1 | LPDFE2 | LPDFE3 | LPDFE4 | LANE1 | LANE2 | LANE3 | LANE4
software – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Software’)