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
- Commands in total: 18Subgroups: 3Direct child commands: 4
- get_ttime() str[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:TTIMe value: str = driver.source.fsimulator.dsSimulation.shiptoship.get_ttime()
No help available
- get_xdistance() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:XDIStance value: float = driver.source.fsimulator.dsSimulation.shiptoship.get_xdistance()
No help available
- get_ydistance() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:YDIStance value: float = driver.source.fsimulator.dsSimulation.shiptoship.get_ydistance()
No help available
- preset() None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:PRESet driver.source.fsimulator.dsSimulation.shiptoship.preset()
No help available
- preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:PRESet driver.source.fsimulator.dsSimulation.shiptoship.preset_with_opc()
No 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.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- set_ttime(turn_time: str) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:TTIMe driver.source.fsimulator.dsSimulation.shiptoship.set_ttime(turn_time = 'abc')
No help available
- set_xdistance(xdistance: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:XDIStance driver.source.fsimulator.dsSimulation.shiptoship.set_xdistance(xdistance = 1.0)
No help available
- set_ydistance(ydistance: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:YDIStance driver.source.fsimulator.dsSimulation.shiptoship.set_ydistance(ydistance = 1.0)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
shiptoship_copy = driver.source.fsimulator.dsSimulation.shiptoship.clone()
Subgroups