Mode
SCPI Command :
[SOURce<HW>]:BB:C2K:TRIGger:OUTPut<CH>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) Cdma2KmarkMode[source]
# [SOURce<HW>]:BB:C2K:TRIGger:OUTPut<CH>:MODE value: enums.Cdma2KmarkMode = driver.source.bb.c2K.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: PCGRoup | RFRame | SCFRame | SFRame | ESECond | CSPeriod | RATio | USER Marker signal that marks: PCGRoup The start of each power control group (every 1.25 ms) . RFRame Every 20 ms (traffic channel clock) . SCFRame The start of each sync channel frame (every 26.6 ms) . SFRame Every 80 ms (super frame clock) . ESECond Every 2 s (even second mark) . CSPeriod The start of each arbitrary waveform sequence RATio Off / On times USER The beginning of every user-defined period
- set(mode: Cdma2KmarkMode, output=Output.Default) None[source]
# [SOURce<HW>]:BB:C2K:TRIGger:OUTPut<CH>:MODE driver.source.bb.c2K.trigger.output.mode.set(mode = enums.Cdma2KmarkMode.CSPeriod, output = repcap.Output.Default)
Defines the signal for the selected marker output.
- Parameters:
mode – PCGRoup | RFRame | SCFRame | SFRame | ESECond | CSPeriod | RATio | USER Marker signal that marks: PCGRoup The start of each power control group (every 1.25 ms) . RFRame Every 20 ms (traffic channel clock) . SCFRame The start of each sync channel frame (every 26.6 ms) . SFRame Every 80 ms (super frame clock) . ESECond Every 2 s (even second mark) . CSPeriod The start of each arbitrary waveform sequence RATio Off / On times USER The beginning of every user-defined period
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)