Mode

SCPI Command :

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

No help available

Parameters:

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

Returns:

mode: PULSe | RESTart | PATTern | RATio PULSe A regular marker signal is generated. The frequency is derived by dividing the sample rate by the divider, which is input with the method RsSmw.source.bb.nfc.trigger.output.pulse.divider.set() . RESTart A marker signal is generated on every repetition of the complete frame sequence. 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 commandmethod RsSmw.source.bb.nfc.trigger.output.pattern.set() RATio A marker signal corresponding to the Time Off / Time On specifications in the commands method RsSmw.source.bb.nfc.trigger.output.ontime.set() and method RsSmw.source.bb.nfc.trigger.output.offTime.set()

set(mode: TriggerMarkModeB, output=Output.Default) None[source]
# [SOURce<HW>]:BB:NFC:TRIGger:OUTPut<CH>:MODE
driver.source.bb.nfc.trigger.output.mode.set(mode = enums.TriggerMarkModeB.PATTern, output = repcap.Output.Default)

No help available

Parameters:
  • mode – PULSe | RESTart | PATTern | RATio PULSe A regular marker signal is generated. The frequency is derived by dividing the sample rate by the divider, which is input with the method RsSmw.source.bb.nfc.trigger.output.pulse.divider.set() . RESTart A marker signal is generated on every repetition of the complete frame sequence. 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 commandmethod RsSmw.source.bb.nfc.trigger.output.pattern.set() RATio A marker signal corresponding to the Time Off / Time On specifications in the commands method RsSmw.source.bb.nfc.trigger.output.ontime.set() and method RsSmw.source.bb.nfc.trigger.output.offTime.set()

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