diff --git a/generated/nirfmxlte/nirfmxlte.proto b/generated/nirfmxlte/nirfmxlte.proto index 46c50845b..d16bb6cd6 100644 --- a/generated/nirfmxlte/nirfmxlte.proto +++ b/generated/nirfmxlte/nirfmxlte.proto @@ -2582,8 +2582,8 @@ message CfgPSSCHModulationTypeRequest { nidevice_grpc.Session instrument = 1; string selector_string = 2; oneof modulation_type_enum { - PsschModulationType modulation_type = 3; - int32 modulation_type_raw = 4; + int32 modulation_type_raw = 3; + PsschModulationType modulation_type = 4; } } diff --git a/source/codegen/metadata/nirfmxlte/functions.py b/source/codegen/metadata/nirfmxlte/functions.py index b11e50de9..2e2427b88 100644 --- a/source/codegen/metadata/nirfmxlte/functions.py +++ b/source/codegen/metadata/nirfmxlte/functions.py @@ -2511,6 +2511,8 @@ { 'direction': 'in', 'enum': 'PsschModulationType', + 'grpc_field_number': '4', + 'grpc_raw_field_number': '3', 'name': 'modulationType', 'type': 'int32' }