Csignal

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:CSIGnal
class CsignalCls[source]

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

get(channelNull=ChannelNull.Default, stepNull=StepNull.Default) BtoCsCompanionSignal[source]
# SCPI: [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.

param channelNull:

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

param stepNull:

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

return:

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.

set(companion_signal: BtoCsCompanionSignal, channelNull=ChannelNull.Default, stepNull=StepNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:CSIGnal
driver.source.bb.btooth.cs.sevent.step.csignal.set(companion_signal = enums.BtoCsCompanionSignal.M2, channelNull = repcap.ChannelNull.Default, stepNull = repcap.StepNull.Default)

Sets the companion signal.

param 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.

param channelNull:

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

param stepNull:

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