Predefined

SCPI Commands :

[SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:PREDefined:CATegory
[SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:PREDefined:TYPE
class PredefinedCls[source]

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

get_category() RsSmw.enums.FadDssUsrVehCat[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:PREDefined:CATegory
value: enums.FadDssUsrVehCat = driver.source.fsimulator.dsSimulation.user.tx.vehicle.predefined.get_category()

No command help available

return

veh_pred_cat: No help available

get_type_py() RsSmw.enums.FadDssVehTypeAll[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:PREDefined:TYPE
value: enums.FadDssVehTypeAll = driver.source.fsimulator.dsSimulation.user.tx.vehicle.predefined.get_type_py()

No command help available

return

veh_pred_type: No help available

set_category(veh_pred_cat: RsSmw.enums.FadDssUsrVehCat) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:PREDefined:CATegory
driver.source.fsimulator.dsSimulation.user.tx.vehicle.predefined.set_category(veh_pred_cat = enums.FadDssUsrVehCat.AIR)

No command help available

param veh_pred_cat

No help available

set_type_py(veh_pred_type: RsSmw.enums.FadDssVehTypeAll) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:PREDefined:TYPE
driver.source.fsimulator.dsSimulation.user.tx.vehicle.predefined.set_type_py(veh_pred_type = enums.FadDssVehTypeAll.AHELicopter)

No command help available

param veh_pred_type

No help available