Water

SCPI Commands :

[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:WATer:SURFace
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:WATer:TYPE
class WaterCls[source]

Water commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_surface() RsSmw.enums.FadDssS2SwatSurfType[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:WATer:SURFace
value: enums.FadDssS2SwatSurfType = driver.source.fsimulator.dsSimulation.shiptoship.water.get_surface()

No command help available

return

water_surface: No help available

get_type_py() RsSmw.enums.FadDssS2SwatType[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:WATer:TYPE
value: enums.FadDssS2SwatType = driver.source.fsimulator.dsSimulation.shiptoship.water.get_type_py()

No command help available

return

water_type: No help available

set_surface(water_surface: RsSmw.enums.FadDssS2SwatSurfType) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:WATer:SURFace
driver.source.fsimulator.dsSimulation.shiptoship.water.set_surface(water_surface = enums.FadDssS2SwatSurfType.ROUGh)

No command help available

param water_surface

No help available

set_type_py(water_type: RsSmw.enums.FadDssS2SwatType) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:WATer:TYPE
driver.source.fsimulator.dsSimulation.shiptoship.water.set_type_py(water_type = enums.FadDssS2SwatType.FRESh)

No command help available

param water_type

No help available