Ch

SCPI Commands

TRACking:ENABle:SELect:CH<Channel>
class ChCls[source]

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

get(channel=Channel.Nr1) bool[source]
# SCPI: TRACking[:ENABle]:SELect:CH<CHANNEL>
value: bool = driver.tracking.enable.select.ch.get(channel = repcap.Channel.Nr1)

Sets or queries the status of tracking soft enable on specific channel.

param channel

optional repeated capability selector. Default value: Nr1

return

arg_0: - 0: Tracking is disabled - 1: Tracking is enabled

set(arg_0: bool, channel=Channel.Nr1) None[source]
# SCPI: TRACking[:ENABle]:SELect:CH<CHANNEL>
driver.tracking.enable.select.ch.set(arg_0 = False, channel = repcap.Channel.Nr1)

Sets or queries the status of tracking soft enable on specific channel.

param arg_0
  • 0: Tracking is disabled

  • 1: Tracking is enabled

param channel

optional repeated capability selector. Default value: Nr1