Sdata

SCPI Command :

BUS<*>:CXPI:SDATa
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) SignalSource[source]
# BUS<*>:CXPI:SDATa
value: enums.SignalSource = driver.bus.cxpi.sdata.get(bus = repcap.Bus.Default)

Selects the input channel for the signal. Usually, the source is one of the analog channels. Reference and math waveforms are available as source if the trigger source is one of the analog channels but not the serial bus. Alternatively, digital channels can be used if MSO option R&S RTO6-B1 is installed. Digital and analog channels cannot be used at the same time. For triggering on a serial bus, analog or digital channel sources are required.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

source_data: For triggering on a serial bus, analog or digital channel sources are required.

set(source_data: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:CXPI:SDATa
driver.bus.cxpi.sdata.set(source_data = enums.SignalSource.AJ1, bus = repcap.Bus.Default)

Selects the input channel for the signal. Usually, the source is one of the analog channels. Reference and math waveforms are available as source if the trigger source is one of the analog channels but not the serial bus. Alternatively, digital channels can be used if MSO option R&S RTO6-B1 is installed. Digital and analog channels cannot be used at the same time. For triggering on a serial bus, analog or digital channel sources are required.

Parameters:
  • source_data – For triggering on a serial bus, analog or digital channel sources are required.

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)