VoJitter
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:VOJitter
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameIx=FrameIx.Default, slotNull=SlotNull.Default) bool[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:VOJitter value: bool = driver.source.bb.gsm.frame.slot.voJitter.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default)
Enables/disables the simulation of a timing jitter for GMSK bursts.
- Parameters:
frameIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, frameIx=FrameIx.Default, slotNull=SlotNull.Default) None[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:VOJitter driver.source.bb.gsm.frame.slot.voJitter.set(state = False, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default)
Enables/disables the simulation of a timing jitter for GMSK bursts.
- Parameters:
state – 1 | ON | 0| OFF
frameIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)