SymbolRate

SCPI Commands

OUTPut:SRATe:STATe
class SymbolRateCls[source]

SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: OUTPut:SRATe[:STATe]
value: bool = driver.output.symbolRate.get_state()

Sets or queries the reduce slew rate option for the selected channel.

return

arg_0: No help available

set_state(arg_0: bool) None[source]
# SCPI: OUTPut:SRATe[:STATe]
driver.output.symbolRate.set_state(arg_0 = False)

Sets or queries the reduce slew rate option for the selected channel.

param arg_0
  • 1: Activates reduce slew rate option for the selected channel.

  • 0: Deactivates reduce slew rate option for the selected channel.