SimMode
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:SIMMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(objectIx=ObjectIx.Default) RegObjSimMode[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:SIMMode value: enums.RegObjSimMode = driver.source.regenerator.object.simMode.get(objectIx = repcap.ObjectIx.Default)
Describes how the object moves.
- Parameters:
objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- Returns:
mode: ROUNdtrip | ONEWay | CYCLic
- set(mode: RegObjSimMode, objectIx=ObjectIx.Default) None[source]
# [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.
- Parameters:
mode – ROUNdtrip | ONEWay | CYCLic
objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)