Shiptoship

SCPI Commands :

[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:PRESet
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:TTIMe
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:XDIStance
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:YDIStance
class ShiptoshipCls[source]

Shiptoship commands group definition. 18 total commands, 3 Subgroups, 4 group commands

get_ttime() str[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:TTIMe
value: str = driver.source.fsimulator.dsSimulation.shiptoship.get_ttime()

No command help available

return

turn_time: No help available

get_xdistance() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:XDIStance
value: float = driver.source.fsimulator.dsSimulation.shiptoship.get_xdistance()

No command help available

return

xdistance: No help available

get_ydistance() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:YDIStance
value: float = driver.source.fsimulator.dsSimulation.shiptoship.get_ydistance()

No command help available

return

ydistance: No help available

preset() None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:PRESet
driver.source.fsimulator.dsSimulation.shiptoship.preset()

No command help available

preset_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:PRESet
driver.source.fsimulator.dsSimulation.shiptoship.preset_with_opc()

No command help available

Same as preset, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

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

set_ttime(turn_time: str) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:TTIMe
driver.source.fsimulator.dsSimulation.shiptoship.set_ttime(turn_time = 'abc')

No command help available

param turn_time

No help available

set_xdistance(xdistance: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:XDIStance
driver.source.fsimulator.dsSimulation.shiptoship.set_xdistance(xdistance = 1.0)

No command help available

param xdistance

No help available

set_ydistance(ydistance: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:YDIStance
driver.source.fsimulator.dsSimulation.shiptoship.set_ydistance(ydistance = 1.0)

No command help available

param ydistance

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.dsSimulation.shiptoship.clone()

Subgroups