SimMode
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:SIMMode
- class SimModeCls[source]
SimMode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default) RegObjSimMode [source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:SIMMode value: enums.RegObjSimMode = driver.source.regenerator.object.simMode.get(objectIx = repcap.ObjectIx.Default)
Describes how the object moves.
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- return:
mode: ROUNdtrip| ONEWay| CYCLic
- set(mode: RegObjSimMode, objectIx=ObjectIx.Default) None [source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:SIMMode driver.source.regenerator.object.simMode.set(mode = enums.RegObjSimMode.CYCLic, objectIx = repcap.ObjectIx.Default)
Describes how the object moves.
- param mode:
ROUNdtrip| ONEWay| CYCLic
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)