Embedding

SCPI Commands :

LANE<*>:EMBedding:PRESet
LANE<*>:EMBedding:SAVE
LANE<*>:EMBedding:OPEN
Commands in total: 27
Subgroups: 10
Direct child commands: 3
open(lane=Lane.Default) None[source]
# LANE<*>:EMBedding:OPEN
driver.lane.embedding.open(lane = repcap.Lane.Default)

Opens and loads the embedding configuration from the file specified with method RsRtx.lane.embedding.name.set() .

Parameters:

lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)

open_and_wait(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
preset(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:EMBedding:PRESet
driver.lane.embedding.preset(lane = repcap.Lane.Default)

Sets the complete embedding configuration to the default values.

Parameters:
  • lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)

  • opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

save(lane=Lane.Default) None[source]
# LANE<*>:EMBedding:SAVE
driver.lane.embedding.save(lane = repcap.Lane.Default)

Saves the embedding configuration to the file specified with method RsRtx.lane.embedding.name.set() .

Parameters:

lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)

save_and_wait(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

# Create a copy of the original group, that exists independently
embedding_copy = driver.lane.embedding.clone()

Subgroups