Mode

SCPI Command :

[SOURce<HW>]:BB:TETRa:TRIGger:OUTPut<CH>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) TetraMarkMode[source]
# [SOURce<HW>]:BB:TETRa:TRIGger:OUTPut<CH>:MODE
value: enums.TetraMarkMode = driver.source.bb.tetra.trigger.output.mode.get(output = repcap.Output.Default)

Defines the signal for the selected marker output.

Parameters:

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

Returns:

mode: RESTart | SSTart | FSTart | MFSTart | HFSTart | PULSe | PATTern | RATio RESTart A marker signal is generated at the start of each ARB sequence. SSTart A marker signal is generated at the start of each slot. FSTart A marker signal is generated at the start of each frame. MFSTart A marker signal is generated at the start of each multiframe. HFSTart A marker signal is generated at the start of each hyperframe. PULSe A regular marker signal is generated. The pulse frequency is defined by entering a divider. The frequency is derived by dividing the sample rate by the divider. PATTern A marker signal that is defined by a bit pattern is generated. The pattern has a maximum length of 64 bits and is defined with the method RsSmw.source.bb.tetra.trigger.output.pattern.set() . RATio A marker signal corresponding to the Time Off / Time On specifications in the commands method RsSmw.source.bb.tetra.trigger.output.ontime.set() and method RsSmw.source.bb.tetra.trigger.output.offTime.set() is generated.

set(mode: TetraMarkMode, output=Output.Default) None[source]
# [SOURce<HW>]:BB:TETRa:TRIGger:OUTPut<CH>:MODE
driver.source.bb.tetra.trigger.output.mode.set(mode = enums.TetraMarkMode.FSTart, output = repcap.Output.Default)

Defines the signal for the selected marker output.

Parameters:
  • mode – RESTart | SSTart | FSTart | MFSTart | HFSTart | PULSe | PATTern | RATio RESTart A marker signal is generated at the start of each ARB sequence. SSTart A marker signal is generated at the start of each slot. FSTart A marker signal is generated at the start of each frame. MFSTart A marker signal is generated at the start of each multiframe. HFSTart A marker signal is generated at the start of each hyperframe. PULSe A regular marker signal is generated. The pulse frequency is defined by entering a divider. The frequency is derived by dividing the sample rate by the divider. PATTern A marker signal that is defined by a bit pattern is generated. The pattern has a maximum length of 64 bits and is defined with the method RsSmw.source.bb.tetra.trigger.output.pattern.set() . RATio A marker signal corresponding to the Time Off / Time On specifications in the commands method RsSmw.source.bb.tetra.trigger.output.ontime.set() and method RsSmw.source.bb.tetra.trigger.output.offTime.set() is generated.

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