SymRate
SCPI Command :
LANE<*>:SYMRate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) float[source]
# LANE<*>:SYMRate value: float = driver.lane.symRate.get(lane = repcap.Lane.Default)
Sets a nominal bit rate for the signal.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
symbol_rate: 100 to 40E+9
- set(symbol_rate: float, lane=Lane.Default) None[source]
# LANE<*>:SYMRate driver.lane.symRate.set(symbol_rate = 1.0, lane = repcap.Lane.Default)
Sets a nominal bit rate for the signal.
- Parameters:
symbol_rate – 100 to 40E+9
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)