Csignal

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:CSIGnal
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default, stepNull=StepNull.Default) BtoCsCompanionSignal[source]
# [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:CSIGnal
value: enums.BtoCsCompanionSignal = driver.source.bb.btooth.cs.sevent.step.csignal.get(channelNull = repcap.ChannelNull.Default, stepNull = repcap.StepNull.Default)

Sets the companion signal.

Parameters:
  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)

  • stepNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Step’)

Returns:

companion_signal: NONE | P2 | M2 | P4 | M4 | M2P2 | M4P4 NONE Companion signal is disabled. P2 | P4 Positive companion signal with values 2 or 4. M2 | M4 Negative companion signal with values -2 or -4. M2P2 | M4P4 Positive and negative companion signal with values -2 and 2 or -4 and 4.