UdMarker

SCPI Command :

SOURce:GPRF:GENerator<Instance>:ARB:UDMarker
class UdMarkerCls[source]

UdMarker commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class UdMarkerStruct[source]

Response structure. Fields:

  • Period: int: No parameter help available

  • Start_State: enums.SignalSlope: No parameter help available

  • Positions: List[int or bool]: No parameter help available

get() UdMarkerStruct[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:ARB:UDMarker
value: UdMarkerStruct = driver.source.gprf.generator.arb.udMarker.get()

No command help available

return:

structure: for return value, see the help for UdMarkerStruct structure arguments.

set(period: int, start_state: SignalSlope, positions: List[int]) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:ARB:UDMarker
driver.source.gprf.generator.arb.udMarker.set(period = 1, start_state = enums.SignalSlope.FEDGe, positions = [1, True, 2, False, 3])

No command help available

param period:

No help available

param start_state:

No help available

param positions:

(integer or boolean items) No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.gprf.generator.arb.udMarker.clone()

Subgroups